A delightful networking framework for iOS, macOS, watchOS, and tvOS.
AFNetworking Podfile 文件写法
target '工程名称' do
platform :ios,'10.0'
pod'AFNetworking', '~> 3.0'
end
target '工程名称Watch Extension' do
platform :watchos,'4.0'
pod'AFNetworking' , '~> 3.0'end
网友评论