加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
xiaocankeji 提交于 2016-07-06 10:16 . 没啥
# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
platform :ios, '7.0'
pod 'MBProgressHUD', '~> 0.8'
pod 'IAPHelper'
#pod 'AVOSCloud'
#, '~> 2.6.7'
#pod 'EAIntroView', '~> 2.6.0'
#pod 'MMDrawerController', '~> 0.5.7'
#pod 'XHImageViewer'
#pod 'TWMessageBarManager', '~> 1.7.1'
#pod 'ActionSheetPicker-3.0', '~> 1.3.9'
#波纹按钮
pod 'BFPaperButton', '~> 2.0.16'
#环信 EaseUI
pod 'EaseMobSDKFull', :git => 'https://github.com/easemob/sdk-ios-cocoapods-integration.git'
pod 'EaseUI', :git => 'https://github.com/easemob/easeui-ios-cocoapods.git'
#友盟
pod 'UMengSocial'
#异步请求图片
#pod 'SDWebImage'
pod 'SDWebImage', '~>3.6'
#图片选择器
pod 'FSMediaPicker'
#FBPOP动画
pod 'pop', '~> 1.0'
#下拉刷新
#pod 'AnimatedGIFImageSerialization', '~> 0.2.0'
#LeanCloud
pod 'AVOSCloudSNS'
pod 'AVOSCloudCrashReporting'
# 环信
#pod 'EaseMobSDKFull'
pod 'THProgressView', '~> 1.0'
pod 'MWPhotoBrowser'
#分段控制器
pod 'NYSegmentedControl'
#标签
#pod 'JCTagListView'
pod 'UMengAnalytics'
#网络请求
pod 'AFNetworking'
pod 'XMLDictionary'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化