# Uncomment the next line to define a global platform for your project
 platform :ios, '11.0'


source 'https://github.com/CocoaPods/Specs.git'
source 'http://192.168.8.62:9090/tc-bmapp/BmIos/btspecs.git'


inhibit_all_warnings!

target 'ICom' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for ICom
  
  pod 'RxSwift', '~> 5.1.1' #流控制
  pod 'RxCocoa', '~> 5.1.1' #流控制
  pod 'SnapKit', '~> 5.0.0' #布局
  pod 'QMUIKit', '~> 4.4.3' #UI框架
  pod 'R.swift', '~> 5.3.1' #资源管理
  pod 'SwiftLint', '~> 0.42.0' #格式检查
  pod 'WCDB.swift', '~> 1.0.8.2' #数据库
  pod 'KeychainAccess', '~> 4.1.0' #钥匙串
  pod 'CryptoSwift', '~> 1.4.1'
  pod 'SwifterSwift', '~> 5.2.0' #类扩展
  pod 'BTNetProxy', '~> 1.1.2' #mars 二次封装
  pod 'Moya', '~> 13.0' #网络
  pod 'HandyJSON', '~> 5.0.0' #JSON
  pod 'LYEmptyView' #空视图
  pod 'IQKeyboardManagerSwift', '~> 6.5.6' 
  pod 'JXSegmentedView'



  target 'IComTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'IComUITests' do
    # Pods for testing
  end

end

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            # Needed for building for simulator on M1 Macs
            config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
        end
    end
end
