| 1234567891011121314151617181920212223 |
- platform :ios, '8.0'
- target 'model' do
- pod 'NIMSDK'
- pod 'AFNetworking'
- pod 'MJRefresh'
- pod 'SDWebImage'
- pod 'MJExtension'
- pod 'MBProgressHUD'
- pod 'BRPickerView'
- pod 'TTGTagCollectionView'
- pod 'IQKeyboardManager'
- pod 'Toast'
- pod 'M80AttributedLabel'
- pod 'UMCCommon'
- pod 'UMCPush'
- pod 'UMCSecurityPlugins'
- pod 'WechatOpenSDK'
- pod 'WZLBadge'
- pod 'UICollectionViewLeftAlignedLayout'
- pod 'TOCropViewController'
- end
|