mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-10 12:54:15 +08:00
21 lines
528 B
Ruby
21 lines
528 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
platform :ios, '10.0'
|
|
|
|
use_frameworks!
|
|
|
|
pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'
|
|
pod 'SnapKit', '~> 3.2.0'
|
|
pod 'Alamofire', '~> 4.4.0'
|
|
pod 'SDWebImage', '~> 4.0.0'
|
|
pod 'JDStatusBarNotification', '~> 1.5.5'
|
|
pod 'Apollo', '~> 0.5.6'
|
|
pod 'TUSafariActivity', '~> 1.0.0'
|
|
pod 'NYTPhotoViewer', '~> 1.1.0'
|
|
pod 'FLEX', '~> 2.0', :configurations => ['Debug']
|
|
|
|
target 'Freetime' do
|
|
end
|
|
|
|
target 'FreetimeTests' do
|
|
end
|