Files
GitHawk/Local Pods/GitHubSession/GitHubSession.podspec
2018-04-29 21:36:58 -04:00

13 lines
543 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'GitHubSession'
spec.version = '0.1.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/GitHawkApp/githawk'
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
spec.summary = '.'
spec.source = { :git => 'https://github.com/GitHawkApp/githawk/githawk.git', :tag => spec.version.to_s }
spec.source_files = 'GitHubSession/*.swift'
spec.ios.deployment_target = '11.0'
spec.watchos.deployment_target = '3.0'
end