diff --git a/Podfile b/Podfile index 2fd4edb..78b1d10 100755 --- a/Podfile +++ b/Podfile @@ -1,5 +1,7 @@ platform :ios, '7.0' +target "Leanote" do + pod 'AFNetworking' pod 'NSObject-SafeExpectations' pod 'CocoaLumberjack', '~>2.0', :inhibit_warnings => true @@ -13,4 +15,6 @@ pod 'SWTableViewCell', '~> 0.3.7' pod 'SGNavigationProgress' -pod 'QBImagePickerController', '< 3.0.0' \ No newline at end of file +pod 'QBImagePickerController', '< 3.0.0' + +end \ No newline at end of file