1 Star 0 Fork 2

DDCiOS/MT

forked from ooops/MT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 2.96 KB
一键复制 编辑 原始数据 按行查看 历史
ooops 提交于 2020-08-19 16:17 . ijkplayer
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
workspace 'MT.xcworkspace'
project 'MT.xcodeproj'
target 'MT' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# 播放器
pod 'ZFPlayer', :path => 'ZFPlayer/'
pod 'ZFPlayer/ControlView', :path => 'ZFPlayer/'
pod 'ZFPlayer/AVPlayer', :path => 'ZFPlayer/'
pod "IJKMediaFramework", :path => 'IJKMediaFramework/'
# Pods for MT
pod 'RxSwift' # 函数式库
pod 'RxCocoa' # cocoa扩展
pod 'Moya/RxSwift' # rxw化的网络库
pod 'RxDataSources' # 数据源
pod 'Kingfisher' # 图片库
pod 'SnapKit' # 布局库
pod 'ObjectMapper' # 字典模型转换
# # # pod 'SwiftyBeaver' # 日志记录系统
# # pod 'Reusable' # 视图重用库
pod 'Result' # 回调block
pod 'NSObject+Rx' # 便捷实用RXSwift
pod 'MJRefresh' # 刷新库
pod 'MBProgressHUD' # HUD
pod 'Then' # 一些语法糖
pod 'AutoInch'
pod 'SwiftyRSA'
pod 'DeviceKit'
pod 'YPNavigationBarTransition'
pod 'Eureka'
#pod 'YYText', '~> 1.0.7'
pod 'YYKit'
#pod 'JXPhotoBrowser'
pod 'DZNEmptyDataSet'
pod 'libOpenInstallSDK'
pod 'RollingNotice-Swift'
# Jpush
pod 'JMessage'
pod 'JPush'
# 友盟
pod 'UMCCommon'
pod 'UMCSecurityPlugins'
pod 'UMCAnalytics'
pod 'UMCShare/Social/ReducedWeChat'
pod 'WechatOpenSDK'
pod 'FMDB'
pod 'YHPopupView'
pod 'YHPhotoKit'
pod 'Masonry'
# 分页
pod 'JXCategoryView', '1.4.0'
pod 'JXPagingView/Paging', '2.0.5'
pod 'JXSegmentedView'
pod 'GrowingTextView'
pod 'CWLateralSlide'
# 键盘
pod 'IQKeyboardManagerSwift'
pod 'SwiftyStoreKit'
# 视频缓存框架
pod 'KTVHTTPCache'
pod 'lottie-ios'
target 'MTTests' do
inherit! :search_paths
# Pods for testing
end
target 'MTUITests' do
# Pods for testing
end
end
target 'MTCategory' do
project 'MTCategory/MTCategory.xcodeproj'
use_frameworks!
pod 'RxSwift' # 函数式库
pod 'RxCocoa' # cocoa扩展
pod 'Moya/RxSwift' # rxw化的网络库
pod 'ObjectMapper' # 字典模型转换
pod 'NSObject+Rx' # 便捷实用RXSwift
pod 'MJRefresh' # 刷新库
pod 'MBProgressHUD' # HUD
pod 'Then' # 一些语法糖
pod 'Result' # 回调block
pod 'SwiftyRSA'
pod 'DeviceKit'
pod 'SnapKit' # 布局库
pod 'DZNEmptyDataSet'
pod 'AutoInch'
end
#swift_4_2_pod_targets = ['SnapKit', 'Moya', 'Then', 'AutoInch', 'SwiftyRSA']
#
#post_install do | installer |
# installer.pods_project.targets.each do |target|
# if swift_4_2_pod_targets.include?(target.name)
# target.build_configurations.each do |config|
# config.build_settings['SWIFT_VERSION'] = '4.2'
# end
# end
# end
#end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/DDCiOS/MT.git
[email protected]:DDCiOS/MT.git
DDCiOS
MT
MT
master

搜索帮助