platform :ios, '9.0'

# use_frameworks!
# install! 'cocoapods', generate_multiple_pod_projects: true

target 'DoraemonKitDemo' do
  #pod 'WeexSDK', :git => 'git@github.com:apache/incubator-weex.git', :tag => '0.26.0'
  #pod 'DoraemonKit', :subspecs => ['Core','WithLogger','WithGPS','WithLoad','WithWeex', 'WithDatabase', 'WithMLeaksFinder'],  :path => '../../'
  #pod 'DoraemonKit', :subspecs => ['Core'],  :path => '../../'
  pod 'DoraemonKit', :subspecs => ['Core', 'WithLogger', 'WithGPS', 'WithLoad', 'WithDatabase', 'WithMLeaksFinder', 'WithWeex' , 'WithMultiControl'], :path => '../../'
  pod 'AFNetworking', '~> 4.0'
  pod 'SDWebImage', '~> 5.11'
  pod 'SocketRocket', '~> 0.5'
  pod 'SDWebImageWebPCoder', '~> 0.8'
  # pod 'FBRetainCycleDetector', '~> 0.1'
  # FBRetainCycleDetector ~> 0.2 版本无法在 Xcode 12 编译通过
  pod 'FBRetainCycleDetector', :git => 'git@github.com:facebook/FBRetainCycleDetector.git', :branch => 'master'
  # pod 'fishhook', '~> 0.2'
  pod 'YYDebugDatabase', '~> 2.1'
  pod 'Masonry', '0.6.3'
  pod 'JSONModel','~>1.4'
end
