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' ## 網(wǎng)絡(luò)請求, 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' ## 網(wǎng)絡(luò)請求, swift版的AFN
pod 'Kingfisher', '~> 2.3.1' ## 輕量級的SDWebImage
end