mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-14 23:21:50 +00:00
23 lines
526 B
Ruby
Executable File
23 lines
526 B
Ruby
Executable File
platform :ios, '8.0'
|
|
|
|
target "Leanote" do
|
|
|
|
pod 'AFNetworking'
|
|
pod 'NSObject-SafeExpectations'
|
|
pod 'CocoaLumberjack', '~>2.0', :inhibit_warnings => true
|
|
pod 'UIAlertView+Blocks', '~>0.8.1', :inhibit_warnings => true
|
|
pod 'WordPress-iOS-Shared', '0.5.2', :inhibit_warnings => true
|
|
pod 'WordPressCom-Analytics-iOS', '~>0.0.4', :inhibit_warnings => true
|
|
|
|
pod 'CTAssetsPickerController', '~> 2.9.0'
|
|
|
|
pod 'SWTableViewCell', '~> 0.3.7'
|
|
|
|
pod 'SGNavigationProgress'
|
|
|
|
pod 'QBImagePickerController', '~> 3.0.0'
|
|
|
|
pod 'WPMediaPicker'
|
|
|
|
end
|