9 lines
182 B
Ruby
9 lines
182 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'copinism' do
|
|
pod 'Alamofire', '~> 5.0'
|
|
pod 'Kingfisher', '~> 6.0'
|
|
|
|
end
|