123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'Jianbinglian' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'Masonry' #布局
- pod 'AFNetworking' #网络请求
- pod 'SDWebImage' #加载网络图片
- pod 'MJRefresh' #刷新
- pod 'ReactiveObjC' #RAC
- pod 'MJExtension' #数据解析
- pod 'SDCycleScrollView' #轮播图
- pod 'RDVTabBarController' #tabber
- pod 'IQKeyboardManager' #自动收起键盘
- pod 'SVProgressHUD' #提示
- pod 'EBBannerView' #前台推送
- pod 'WebViewJavascriptBridge' #js交互
- pod 'FSCalendar' #日历控件
- pod 'TZImagePickerController' #图片选择器
- pod 'YLGIFImage' #轻量级GIF加载
- pod 'YBImageBrowser' #图片浏览器
- pod 'WechatOpenSDK' #微信SDK
- pod 'HXPhotoPicker', '~>2.4.5' #图片上传九宫格
- pod 'BRPickerView' #选择器
- pod 'AMapSearch-NO-IDFA'
- pod 'AMapLocation-NO-IDFA'
- pod 'AMap3DMap-NO-IDFA'
- pod 'AlipaySDK-iOS' #阿里云SDK
- target 'JianbinglianTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'JianbinglianUITests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
|