Files
GitHawk/Local Pods/GitHubAPI/Podfile
2018-03-17 15:54:18 -04:00

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