Files
leanote-ios/Podfile
Pikachuode e4bb7d3d94 替换imagePicker库
1.原先为WPMediaPicker 替换为QBImagePickerController
2.以解决添加图片崩溃 内存泄漏 问题.
2015-12-22 13:21:33 +08:00

16 lines
477 B
Ruby
Executable File

platform :ios, '7.0'
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.3', :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'