mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-07 08:37:01 +08:00
15 lines
613 B
Ruby
15 lines
613 B
Ruby
Pod::Spec.new do |spec|
|
|
spec.name = 'GitHubAPI'
|
|
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 => '#{s.version}' }
|
|
spec.source_files = 'GitHubAPI/*.swift'
|
|
spec.ios.deployment_target = '11.0'
|
|
spec.watchos.deployment_target = '3.0'
|
|
spec.dependency 'Alamofire', '~> 4.4.0'
|
|
spec.dependency 'Apollo', '~> 0.8.0'
|
|
end
|