Podfile 400 B

12345678910111213141516171819
  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. # Pods for AIPaint
  8. target 'AIPaintTests' do
  9. inherit! :search_paths
  10. # Pods for testing
  11. end
  12. target 'AIPaintUITests' do
  13. # Pods for testing
  14. end
  15. end