source 'https://github.com/CocoaPods/Specs.git' 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.5.5' pod 'TXScrollLabelView', '~> 1.3.2' # pod 'DDGBannerScrollView', '~> 0.1.1' pod 'SDCycleScrollView', '~> 1.80' # pod 'AMap2DMap-NO-IDFA', '~> 5.6.1' pod 'AMapLocation-NO-IDFA', '~> 2.6.5' pod 'AFNetworking', '~> 4.0.0' pod 'YTKNetwork', '~> 3.0.0' pod 'JKCountDownButton', '~> 1.3.0' pod 'FCUUID', '~> 1.3.1' pod 'WechatOpenSDK', '~> 1.8.7.1' pod 'YYModel', '~> 1.0.4' pod 'SDWebImage', '~> 5.8.0' pod 'NSDictionary-NilSafe', '~> 0.2.0' pod 'MJRefresh', '~> 3.4.3' pod 'DZNEmptyDataSet', '~> 1.8.1' pod 'XHLaunchAd', '~> 3.9.8' pod 'Bugly', '~> 2.5.0' pod 'AlipaySDK-iOS', '~> 15.7.4' pod 'TZImagePickerController', '~> 3.2.1' end