Swift 第三方库
Swift 第三方开源库总结
Alamofire
Alamofire is an HTTP networking library written in Swift.
项目地址:https://github.com/Alamofire/Alamofire
Carthage 引入:
github "Alamofire/Alamofire"
Kingfisher
Kingfisher is a powerful, pure-Swift library for downloading and caching images from the web. It provides you a chance to use a pure-Swift way to work with remote images in your next app.
项目地址:https://github.com/onevcat/Kingfisher
Carthage 引入:
github "onevcat/Kingfisher"
MonkeyKing
onkeyKing helps you post SNS messages to Chinese Social Networks, without their buggy SDKs.
MonkeyKing uses the same analysis process of openshare. We also use some reverse engineering tools such as Hopper Disassembler to unveil several undocumented authentication mechanisms under the hood. It supports sharing Text, URL, Image, Audio, Video, and File to WeChat, QQ, Alipay or Weibo. MonkeyKing can also post messages to Weibo by a web page. (Note: Audio and Video are exclusive to WeChat or QQ, and File is exclusive to QQ Dataline)
MonkeyKing also supports OAuth and Mobile payment via WeChat and Alipay!
项目地址:https://github.com/nixzhu/MonkeyKing
Carthage 引入:
github "nixzhu/MonkeyKing"
SwiftyJSON
SwiftyJSON makes it easy to deal with JSON data in Swift.
项目地址:https://github.com/SwiftyJSON/SwiftyJSON
Carthage 引入:
github "SwiftyJSON/SwiftyJSON"
SnapKit
SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
项目地址:https://github.com/SnapKit/SnapKit
Carthage 引入:
github "SnapKit/SnapKit"
XLPagerTabStrip
Android PagerTabStrip for iOS.