platform :ios, '8.0'

target 'C8oSDKiOS' do
  use_frameworks!
  
  pod 'SwiftyJSON', '4.0.0'
  pod 'Alamofire', '4.7.2'
  pod 'AEXML', '4.3.0'
  pod 'couchbase-lite-ios', '1.4.1'
  pod 'couchbase-lite-ios/ForestDB', '1.4.1'

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


