| 123456789101112131415161718192021222324252627282930313233 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'HappyWork' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for HappyWork
- pod 'Masonry', '~> 1.1.0'
- pod 'SVProgressHUD', '~> 2.2.5'
- pod 'IQKeyboardManager', '~> 6.5.0'
- pod 'SDCycleScrollView', '~> 1.80'
- pod 'SDWebImage', '~> 5.0.6'
- pod 'AFNetworking', '~> 3.2.1'
- pod 'MJRefresh', '~> 3.2.0'
- pod 'MJExtension', '~> 3.1.2'
- pod 'TZImagePickerController', '~> 3.2.4'
- pod 'DZNEmptyDataSet', '~> 1.8.1'
- pod 'YTKNetwork', '~> 2.0.4'
- pod 'XHLaunchAd', '~> 3.9.8'
- target 'HappyWorkTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'HappyWorkUITests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
|