mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-14 06:05:02 +08:00
Update AFNetworking to 4.0 NSURLProtocol+WebKitSupport.h for WKWebView https://github.com/Yeatse/NSURLProtocol-WebKitSupport
21 lines
424 B
Ruby
Executable File
21 lines
424 B
Ruby
Executable File
platform :ios, '9.0'
|
|
|
|
target "Leanote" do
|
|
|
|
pod 'AFNetworking', '~> 4.0'
|
|
pod 'NSObject-SafeExpectations', '0.0.2'
|
|
pod 'CocoaLumberjack', '~>2.0', :inhibit_warnings => true
|
|
pod 'UIAlertView+Blocks', '~>0.8.1', :inhibit_warnings => true
|
|
|
|
pod 'CTAssetsPickerController', '~> 2.9.0'
|
|
|
|
pod 'SWTableViewCell', '~> 0.3.7'
|
|
|
|
pod 'SGNavigationProgress', '1.2'
|
|
|
|
pod 'QBImagePickerController', '3.0.2'
|
|
|
|
pod 'WPMediaPicker', '0.7.3'
|
|
|
|
end
|