4 Star 19 Fork 16

WorkPlus Lite / w6s_lite_ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
platform :ios, "9.0"
inhibit_all_warnings!
source 'https://github.com/CocoaPods/Specs.git'
source 'https://gitee.com/workplus-lite/w6s_lite_ios_public_repo.git'
def pods
# 一个简单的依赖注入实现
pod 'Base_IOC' , ' ~> 0.0.2'
# SWTableViewCell的修改版,兼容iOS12
pod 'Module_SWTableViewCell' , '~> 0.0.2'
# Cordova的修改版本,完全去除UIWebView
pod 'Module_Cordova' , '~> 0.0.2'
# 项目数据库框架
pod 'Module_OPF' , '~> 0.0.2'
# 项目抽取的网络框架
pod 'Module_OPH' , '~> 0.0.2'
#日志组件
pod 'CocoaLumberjack'
pod 'AMapLocation-NO-IDFA', '~> 2.6.1'
pod 'AMap3DMap-NO-IDFA', '~> 7.1.0'
pod 'AMapSearch-NO-IDFA', '~> 7.1.0'
pod 'AFNetworking', '~> 3.0', :source => 'https://gitee.com/workplus-lite/w6s_lite_afnetworking.git'
pod 'FMDB/SQLCipher', '2.5'
pod 'SDWebImageFLPlugin'
pod 'WYPopoverController', '0.3.8'
pod 'AGEmojiKeyboard', '0.2.0'
pod 'RXCollections', '1.0'
pod 'MJRefresh', '~> 3.1.15.3'
pod 'MJExtension', '~> 3.2.1'
pod 'JDStatusBarNotification', '~> 1.5.6'
pod 'GDataXMLNode2', '~> 2.0.1'
pod 'Masonry', '1.1.0'
pod 'UITableView+FDTemplateLayoutCell', '1.6'
pod 'SSZipArchive', '~> 2.2.2'
pod 'FLAnimatedImage', '~> 1.0'
pod 'DZNEmptyDataSet', '~> 1.8.1'
pod 'GZIP', '~> 1.2'
pod 'YYText'
pod 'SafeKit', :configurations => ['Release']
pod 'YYImage'
pod 'AgoraRtcEngine_iOS_Crypto', '~> 3.0.0.1'
pod 'IQKeyboardManager'
pod 'WechatOpenSDK', '~> 1.8.7.1'
pod 'Bugly', '~> 2.5.5'
end
def sharePods
# 项目抽取的网络框架
pod 'Module_OPH' , '~> 0.0.2'
# AutoLayout
pod 'Masonry', '1.1.0'
pod 'AFNetworking', '~> 3.0', :source => 'https://gitee.com/workplus-lite/w6s_lite_afnetworking.git'
pod 'SDWebImageFLPlugin'
end
target :WorkPlus do
pods
end
target :ShareForWorkPlus do
sharePods
end
Objective-C
1
https://gitee.com/workplus-lite/w6s_lite_ios.git
git@gitee.com:workplus-lite/w6s_lite_ios.git
workplus-lite
w6s_lite_ios
w6s_lite_ios
master

搜索帮助