Podfile 496 Bytes
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

  # Pods for HapticCam
  pod 'RxSwift', '~> 4.5.0'
  pod 'RxCocoa', '~> 4.5.0'
  pod 'Alamofire', '~> 4.8.2'
  pod 'Then'
  pod 'SnapKit'

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

  target 'HapticCamUITests' do
    # Pods for testing
  end

end