https://github.com/Alamofire/Alamofire 网络请求库
https://github.com/SwiftyJSON/SwiftyJSON 更易用的json
https://github.com/danielgindi/ios-charts 图形图表库
https://github.com/MengTo/Spring 封装了一些动画的库
https://github.com/Ramotion/animated-tab-bar tabbar实现动画
https://github.com/mxcl/PromiseKit swift版的promise
https://github.com/andreamazz/AMScrollingNavbar NavBar跟随ScrollView一起滚动
https://github.com/onevcat/Kingfisher 异步的图片下载和缓存库
https://github.com/ankurp/Dollar.swift 封装了一些常用数据类型的操作,和lodash、underscore类似
https://github.com/Haneke/HanekeSwift 轻量级的缓存库
https://github.com/duemunk/Async 异步操作库,类似promise
https://github.com/pNre/ExSwift 封装了一些常用数据类型的操作
https://github.com/ReactiveX/RxSwift swift版的响应式编程框架
https://github.com/mattt/Surge 封装了一些数学计算
https://github.com/stephencelis/SQLite.swift 操作sqlite
https://github.com/xmartlabs/Eureka 表单生成器
https://github.com/Hearst-DD/ObjectMapper JSON到Object映射
https://github.com/lexrus/VPNOn 一个vpn的app
https://github.com/uacaps/PageMenu 类似安卓的顶部tab切换
https://github.com/ephread/Instructions 实现引导介绍的库
https://github.com/Yalantis/Koloda 卡片动画
https://github.com/kasketis/netfox 网络请求debug库
https://github.com/mattdonnelly/Swifter 封装了twitter的api
https://github.com/AliSoftware/SwiftGen 快速生成ios资源,如国际化、图片等
https://github.com/gontovnik/DGElasticPullToRefresh 弹性的下拉刷新
https://github.com/mac-cain13/R.swift 输入代码的时候自动补全资源名称,和android studio/eclipse类似
https://github.com/badoo/Chatto 一个轻量级的聊天框架
https://github.com/CosmicMind/MaterialKit swift版的Material UI设计界面
https://github.com/gavinbunney/Toucan 实现图片的圆形、方形等裁剪
https://github.com/daltoniam/Starscream WebSocket库
https://github.com/Mozharovsky/CVCalendar 日历控件
https://github.com/ReactKit/SwiftTask Promise + progress + pause + cancel + retry for Swift
https://github.com/Ramotion/paper-switch switch按钮实现动画
https://github.com/SwiftReactive/SugarRecord 数据库操作的一些封装
https://github.com/radex/SwiftyUserDefaults 封装了的静态NSUserDefaults
https://github.com/entotsu/PullToBounce 下拉刷新
https://github.com/waynewbishop/SwiftStructures swift实现数据结构
https://github.com/Alamofire/AlamofireImage Alamofire的Image组件