Swift_Podfile文件配置格式

swift 使用cocopod配置格式,Mark一下。


Swift_Podfile文件配置格式_第1张图片
图片
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

target 'TestDemo' do

pod 'Alamofire', '~> 4.0.1'
pod 'Kingfisher', '~> 3.1.1'

end

你可能感兴趣的:(Swift_Podfile文件配置格式)