123456789101112131415161718192021 |
- platform:ios,'9.0'
- inhibit_all_warnings!
- target'LNManager'do
- pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'GTSDK'
- pod 'RealReachability'
- pod 'BaiduMapKit'
- pod 'BMKLocationKit'
- pod 'TZImagePickerController'
- pod 'SDWebImage'
- pod 'MJRefresh'
- pod 'Bugly'
- pod 'ReactiveObjC'
- # 客服模块
- pod 'QMLineSDK'
- pod 'HappyDNS'
- pod 'Qiniu'
- pod 'MLEmojiLabel'
- pod 'GKPhotoBrowser'
- end
|