Podfile 443 B

123456789101112131415161718192021
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'AIPaint' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. pod 'SnapKit', '~> 5.6.0'
  7. pod 'Alamofire'
  8. pod 'SwiftyJSON', '~> 4.0'
  9. # Pods for AIPaint
  10. target 'AIPaintTests' do
  11. inherit! :search_paths
  12. # Pods for testing
  13. end
  14. target 'AIPaintUITests' do
  15. # Pods for testing
  16. end
  17. end