copinism-ios/Podfile
2024-06-04 09:41:01 +08:00

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