mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-28 20:14:59 +08:00
* WIP paging control on repos * paging working but inset still broken * remove old repo VC and replace with paging
29 lines
738 B
Ruby
29 lines
738 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
platform :ios, '10.0'
|
|
|
|
use_frameworks!
|
|
inhibit_all_warnings!
|
|
|
|
pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'
|
|
pod 'SnapKit', '~> 3.2.0'
|
|
pod 'Alamofire', '~> 4.4.0'
|
|
pod 'AlamofireNetworkActivityIndicator', '~> 2.1'
|
|
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', 'TestFlight']
|
|
pod 'HTMLString'
|
|
pod 'Tabman', '~> 1.0'
|
|
|
|
target 'Freetime' do
|
|
end
|
|
|
|
target 'FreetimeTests' do
|
|
end
|
|
|
|
post_install do |installer|
|
|
system("sh scripts/generateAcknowledgements.sh")
|
|
end
|