mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-28 12:04:59 +08:00
16 lines
180 B
Ruby
16 lines
180 B
Ruby
platform :ios, '11.0'
|
|
|
|
use_frameworks!
|
|
inhibit_all_warnings!
|
|
|
|
target 'GitHubAPI' do
|
|
|
|
pod 'Alamofire', '~> 4.4.0'
|
|
pod 'Apollo', '~> 0.8.0'
|
|
|
|
end
|
|
|
|
target 'GitHubAPITests' do
|
|
|
|
end
|