| 1234567891011121314151617181920212223 |
- platform :ios, '9.0'
- inhibit_all_warnings!
- use_frameworks!
- target 'HappyJob' do
- pod 'CocoaLumberjack', '~> 3.5.1'
- pod 'Masonry', '~> 1.1.0'
- pod 'SVProgressHUD', '~> 2.2.5'
- pod 'IQKeyboardManager', '~> 6.2.0'
- pod 'TXScrollLabelView', '~> 1.3.2'
- pod 'DDGBannerScrollView', '~> 0.1.1'
- # pod 'AMap2DMap-NO-IDFA', '~> 5.6.1'
- # pod 'AMapLocation-NO-IDFA', '~> 2.6.1'
- pod 'AFNetworking', '~> 3.2.1'
- pod 'YTKNetwork', '~> 2.0.4'
- pod 'SGEasyButton', '~> 0.0.6'
- pod 'FCUUID', '~> 1.3.1'
- pod 'WechatOpenSDK', '~> 1.8.4'
- pod 'YYModel', '~> 1.0.4'
- pod 'SDWebImage', '~> 5.0.0-beta6'
- pod 'NSDictionary-NilSafe', '~> 0.2.0'
- pod 'MJRefresh', '~> 3.1.15.7'
- end
|