Files
GitHawk/Podfile
2017-06-07 22:28:53 -04:00

21 lines
514 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 '1PasswordExtension', '~> 1.8.4'
pod 'JDStatusBarNotification', '~> 1.5.5'
pod 'Apollo', '~> 0.5.6'
pod 'TUSafariActivity', '~> 1.0.0'
pod 'NYTPhotoViewer', '~> 1.1.0'
target 'Freetime' do
end
target 'FreetimeTests' do
end