Swift需要的第三方库

最基本的第三方库:
pod 'Alamofire', '~> 4.6.0'
pod 'SwiftyJSON', '~> 4.0.0'
pod 'SnapKit', '~> 4.0.0'
pod 'Kingfisher', '~> 4.6.3'
pod 'PKHUD', '~> 5.0.0'
pod 'DGElasticPullToRefresh', '~> 1.1'

1、Alamofire------获取网络请求(AFNetworking)
2、Kingfisher------网络图片加载、缓存(SDWebImage)
3、DGElasticPullToRefresh---------下拉刷新上拉加载(MJRefresh)
4、PKHUD--------网络提示(HUD)
5、SwiftyJSON-------json解析(JsonModel)
6、SnapKit-----------自动布局(Masonry)

你可能感兴趣的:(Swift需要的第三方库)