Files
GitHawk/Podfile
Ryan Nystrom 8a913dde47 remove 1pw
2017-07-11 23:50:13 -04:00

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