cocopods

PodFile文件给多个target分别添加依赖

2020-09-08  本文已影响0人  我一不小心就

source 'http://192.168.127.69/YY/ASLSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'
inhibit_all_warnings!


def dtPods
  #--------------
    pod 'Aspects', '~> 1.4.1'
    pod 'SDWebImage', '~> 4.4.1'
    pod 'MJExtension', '~> 3.0.15.1'
    pod 'CTMediator', '~> 18'
    pod 'MJRefresh', '~> 3.1.15.3'
    pod 'AFNetworking', '~> 3.2.1'
    pod 'YTKNetwork', '~> 2.0.4'
    pod 'ReactiveObjC', '~> 3.1.0'
    pod 'ZBarSDK', '~> 1.3.1'
    pod 'WechatOpenSDK', '~> 1.8.2'
    pod 'Masonry', '~> 1.1.0'
#--------------
    pod 'RTLabel', '~> 1.0.1'
    pod 'YJBannerView', '~> 2.4.0'
    pod 'TZImagePickerController', '~> 2.1.8'
    pod 'MGSwipeTableCell', '~> 1.6.7'
    pod 'IQKeyboardManager', '~> 6.0.5'
    pod 'UITableView-BMTemplateLayoutCell', '~> 2.0.0'
    pod 'WebViewJavascriptBridge', '~> 6.0.3'
#--------------
    pod 'Bugly', '~> 2.5.0'
#--------------
    pod 'UMCCommon', '~> 1.5.2'
    pod 'UMCCommonLog', '~> 1.0.0'
    pod 'UMCAnalytics', '~> 5.5.0'
#--------------
    pod 'SSZipArchive', '~> 1.1'
#--------------

#本地测试 例子
#    pod 'IMXTipsShowUtil',:path => "/Users/yaoquanfeng/Desktop/IMXTipsShowUtil"

# DT iOS team pod
    pod 'DTGuideView'
    pod 'DTExtension'
    pod 'IMXStyleKit', '~> 0.1.0'
    pod 'IMXTipsShowUtil'
    
end

target 'ASL' do
    dtPods
end

target 'ASL_AdHoc' do
    dtPods
    
    # debug module
    pod 'FLEX', '2.4.0'
    pod 'pop', '1.0.10'
    pod 'FBMemoryProfiler', '0.1.3'
    pod 'FBAllocationTracker', '0.1.5'
    pod 'FBRetainCycleDetector', '0.1.3'
end


上一篇下一篇

猜你喜欢

热点阅读