# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
platform :ios, '12.0'
post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['CODE_SIGN_IDENTITY'] = ''
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
      config.build_settings['ENABLE_BITCODE'] = 'NO'
      config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ""
      config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
      config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
      config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
    end
  end
end

target 'SkyworthService' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
  
  pod 'JXSegmentedView'
  pod 'GKPhotoBrowser'
  pod 'PGDatePicker'
  pod 'SDCycleScrollView'
  pod 'AMap3DMap-NO-IDFA'
  pod 'AMapSearch-NO-IDFA'
  pod 'AMapLocation-NO-IDFA'
  pod 'CaamDau/All', :path => './CaamDau/'
  pod 'Utility', :path => './Utility/'
  pod "YTBaseKit", :path=>'./YTBaseKit/'
  pod "TWOCNetwork", :path=>'./TWOCNetwork/'
  pod "YTDocument", :path => './YTDocument/'
  
  # 极光
  pod 'JCore', '3.2.3-noidfa'
  pod 'JPush', '4.8.0'
  pod 'Bugly'
  
  # Pods for SkyworthService
end
