12345678910111213141516171819 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'AIPaint' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'SnapKit', '~> 5.6.0'
- # Pods for AIPaint
- target 'AIPaintTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'AIPaintUITests' do
- # Pods for testing
- end
- end
|