美文网首页
swift pod 导入常用第三方类库

swift pod 导入常用第三方类库

作者: 昊楷 | 来源:发表于2016-12-28 17:53 被阅读146次

    网络请求
    pod 'Alamofire', '~> 4.2.0'
    HUD
    pod 'SVProgressHUD', '~> 2.1.2'
    自动布局
    pod 'SnapKit', '~> 3.0.2'
    上拉下拉刷新
    pod 'MJRefresh', '~> 3.1.12'
    加载网络图片
    pod 'SDWebImage', '~> 4.0.0-beta2'

    待更新

    相关文章

      网友评论

          本文标题:swift pod 导入常用第三方类库

          本文链接:https://www.haomeiwen.com/subject/wdoyvttx.html