| 1234567891011121314151617181920212223 |
- source 'https://github.com/CocoaPods/Specs.git'
- platform :ios, '9.0'
- inhibit_all_warnings!
- target 'HappyWork' do
- use_frameworks!
- pod 'Masonry', '~> 1.1.0'
- pod 'SVProgressHUD', '~> 2.2.5'
- pod 'IQKeyboardManager', '~> 6.5.5'
- pod 'SDCycleScrollView', '~> 1.80'
- pod 'SDWebImage', '~> 5.8.0'
- pod 'AFNetworking', '~> 4.0.0'
- pod 'MJRefresh', '~> 3.4.3'
- pod 'MJExtension', '~> 3.1.2'
- pod 'TZImagePickerController', '~> 3.2.4'
- pod 'DZNEmptyDataSet', '~> 1.8.1'
- pod 'YTKNetwork', '~> 3.0.0'
- pod 'XHLaunchAd', '~> 3.9.8'
- pod 'CocoaLumberjack', '~> 3.6.0'
- end
|