update podfile

This commit is contained in:
life
2017-01-13 17:47:32 +08:00
parent 97e6783717
commit ea4afeddb0

View File

@@ -1,5 +1,7 @@
platform :ios, '7.0' platform :ios, '7.0'
target "Leanote" do
pod 'AFNetworking' pod 'AFNetworking'
pod 'NSObject-SafeExpectations' pod 'NSObject-SafeExpectations'
pod 'CocoaLumberjack', '~>2.0', :inhibit_warnings => true pod 'CocoaLumberjack', '~>2.0', :inhibit_warnings => true
@@ -13,4 +15,6 @@ pod 'SWTableViewCell', '~> 0.3.7'
pod 'SGNavigationProgress' pod 'SGNavigationProgress'
pod 'QBImagePickerController', '< 3.0.0' pod 'QBImagePickerController', '< 3.0.0'
end