Files
leanote-ios/Podfile
lealife 819cb19506 Remove WordPress-iOS-Shared WordPressCom-Analytics-iOS
Update AFNetworking to 4.0
NSURLProtocol+WebKitSupport.h for WKWebView https://github.com/Yeatse/NSURLProtocol-WebKitSupport
2020-04-24 17:01:50 +08:00

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