0.20.0' ## 自动布局 pod 'Alamofire', '~> 3.3.1' ## 网络请求, swift版的AFN pod 'Kingfisher', '~> 2.3.1'">

Objective-C 1 2 3 4 5 6 7 8 9 10 use_frameworks! platform :ios, "8.0" target 'Floral' do pod 'SnapKit', '~> 0.20.0' ## 自动布局 pod 'Alamofire', '~> 3.3.1' ## 网络请求, swift版的AFN pod 'Kingfisher', '~> 2.3.1'

Objective-C

1
2
3
4
5
6
7
8
9
10
use_frameworks!
platform :ios, "8.0"

target 'Floral' do

pod 'SnapKit', '~> 0.20.0' ## 自动布局
pod 'Alamofire', '~> 3.3.1' ## 网络请求, swift版的AFN
pod 'Kingfisher', '~> 2.3.1' ## 轻量级的SDWebImage

end

你可能感兴趣的:(Objective-C 1 2 3 4 5 6 7 8 9 10 use_frameworks! platform :ios, "8.0" target 'Floral' do pod 'SnapKit', '~> 0.20.0' ## 自动布局 pod 'Alamofire', '~> 3.3.1' ## 网络请求, swift版的AFN pod 'Kingfisher', '~> 2.3.1')