platform :ios, '9.0' use_frameworks! ENV["COCOAPODS_DISABLE_STATS"] = "true" target "SuperShow" do inhibit_all_warnings! source 'https://github.com/CocoaPods/Specs.git' source 'http://svn.ouj.com:3000/billthas/ouj-specs' #****************************swift库************************start pod 'OJASwiftKit', :git => 'http://svn.ouj.com:3000/billthas/OJASwiftKit' #ouj的git上的基础库 pod 'SnapKit', '4.2.0' #autolayout库 pod 'R.swift', '5.0.0' #将字符串变为变量的库 pod 'LXMWaterfallLayout', '1.0.4' #CollectionViewLayout合集 pod 'lottie-ios' #'2.5.3'是OC的最后版本,之后就是Swift写的 pod 'WCDB.swift' #微信开源的数据库 # pod 'SwiftyStoreKit' # pod 'OJAResourceLoaderManager', '0.1.2' #视频边缓存边播 # pod 'FSPagerView', '0.8.1' #Banner # pod 'LXMDownloader' #文件下载工具 # pod 'LXMDownloader', :path => '/Users/luxiaoming/Documents/LXMGitHub/LXMDownloader' pod 'Alamofire', '4.8.2' pod 'HandyJSON', :git => 'https://github.com/alibaba/HandyJSON.git', :branch => 'dev_for_swift5.0' pod 'ReactiveCocoa', '9.0.0' pod 'Kingfisher', '4.10.1' #***********************************************************end #pod 'LXMPlayer', :path => '/Users/luxiaoming/Documents/LXMGitHub/LXMPlayer' pod 'LXMPlayer', :git => 'https://github.com/Phelthas/LXMPlayer.git' pod 'GPUImage' pod 'SSZipArchive' pod 'MMDrawerController' pod 'OJAKit', :git => 'http://svn.ouj.com:3000/billthas/OJAKit' #ouj的git上的基础库 pod 'OJAKit/SafeKit', :git => 'http://svn.ouj.com:3000/billthas/OJAKit' #ouj的git上的基础库 pod 'LXMBlockKit', :git => 'https://github.com/Phelthas/LXMBlockKit' #给button等加入block回调方法的库 pod 'LXMButtonImagePosition' #, '1.2.0' #控制button的image摆放的方法 pod 'LXMThirdLoginManager/SwiftSetting', '2.3.0' #swift项目用这一句,且要把LXMThirdLoginManager文件夹里的全部内容拖到工程里面;OC项目直接用pod 'LXMThirdLoginManager', '2.3.0'即可 # pod 'TBActionSheet' , '1.6.4' #actionSheet # pod 'WZLBadge', '1.2.6' # pod 'FMDB', '2.7.5' #数据库 pod 'AFNetworking', '3.2.1' #网络库 pod 'SVProgressHUD', '2.2.5' #loading pod 'UMCCommon' pod 'UMCAnalytics' pod 'MZFormSheetPresentationController', '2.4.3' #自定义弹出某个ViewController的控件 pod 'HMSegmentedControl', '1.5.4' #1.5.5 #分栏 pod 'YYModel', '1.0.4' #json转model库 pod 'YYWebImage' , '1.0.5' pod 'YYText', '1.0.7' #富文本 pod 'YYImage', '1.0.4' #图片处理 pod 'MJRefresh', '3.1.15.7' #下拉刷新 pod 'CocoaSecurity', '1.2.4' #加密库 pod 'UITextView+Placeholder', '1.2.0' #让UITextView支持Placeholder # pod 'Masonry', '1.1.0' pod 'pop', '1.0.12' #facebook动画框架 pod 'TZImagePickerController', '3.1.6' # 图片选择器 # pod 'SocketRocket', '0.5.1' pod 'SDWebImage', '4.4.3' ###########################调试工具start pod 'MLeaksFinder' pod 'FBRetainCycleDetector' ###########################调试工具end end #post_install do |installer| # installer.pods_project.targets.each do |target| # if target.name == 'R.swift.Library' # target.build_configurations.each do |config| # config.build_settings['SWIFT_VERSION'] = '4.1' # end # end # end #end