Swift 的 pod 第三方库

#HTTP
pod 'Alamofire' #Elegant HTTP Networking in Swift
pod 'SwiftHTTP' #Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

#JSON
pod 'SwiftyJSON' #The better way to deal with JSON data in Swift
pod 'Argo' #Functional JSON parsing library for Swift
pod 'ObjectMapper' #Simple JSON Object mapping written in Swift

#UI layout
pod 'Neon' #A powerful Swift programmatic UI layout framework.
pod 'Cartography' #A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
pod 'SnapKit' # A Swift Autolayout DSL for iOS & OS X

#Chatto A lightweight framework to build chat applications, made in Swift
pod 'Chatto'
pod 'ChattoAdditions'

#SQL A type-safe, Swift-language layer over SQLite3.
pod 'SQLite.swift'
pod 'SQLiteCipher.swift'

#RX Reactive Programming in Swift
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxBlocking'
pod 'ReactKit' #Swift Reactive Programming.

#Matcher
pod 'Nimble' #A Matcher Framework

pod 'Eureka' #Elegant iOS form builder in Swift 2
pod 'Moya' #Network abstraction layer written in Swift.
pod 'LTMorphingLabel' #Graceful morphing effects for UILabel written in Swift.
pod 'Kingfisher' #A lightweight and pure Swift implemented library for downloading and caching image from the web.
pod 'TextFieldEffects' #Custom UITextFields effects inspired by Codrops, built using Swift
pod 'SCLAlertView' #Beautiful animated Alert View. Written in Swift
pod 'Surge' #Swift + Accelerate
pod 'Swiftz' #Functional programming in Swift
pod 'ExSwift' #A set of Swift extensions for standard types and classes.
pod 'HanekeSwift' #A lightweight generic cache for iOS written in Swift with extra love for images.
pod 'AsyncSwift' #Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
pod 'Dollar' #A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript
pod 'Instructions' #Create walkthroughs and guided tours (using coach marks) in a simple way, using Swift.
pod 'Persei' #Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
pod 'RazzleDazzle' #A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
pod 'GuillotineMenu' #Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
pod 'DOFavoriteButton' #Cute Animated Button written in Swift.
pod 'RNCryptor' #CCCryptor (AES encryption) wrappers for iOS and Mac. -- For Swift, see swift branch and release 4.0.
pod 'Bond' #A Swift binding framework
pod 'MaterialKit' #Material design components for iOS written in Swift
pod 'Toucan' #Fabulous Image Processing in Swift
pod 'DKChainableAnimationKit' #:star: Chainable animations in Swift
pod 'R.swift' #Get strong typed, autocompleted resources like images, fonts and segues in Swift projects
pod 'DGElasticPullToRefresh' #Elastic pull to refresh for iOS developed in Swift
pod 'Swifter' #:bird: A Twitter framework for iOS & OS X written in Swift
pod 'ReachabilitySwift' #Replacement for Apple's Reachability re-written in Swift with closures
pod 'CryptoSwift' #Crypto related functions and helpers for Swift implemented in Swift programming language
pod 'EasyAnimation' # A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level - layers, springs, chain-able animations and mixing view and layer animations together!
pod 'Locksmith' #A powerful, protocol-oriented library for working with the keychain in Swift.
pod 'swifter' #Tiny http server engine written in Swift programming language.
pod 'MK' #A beautiful Material Design framework in Swift.
pod 'Starscream' #Websockets in swift for iOS and OSX
pod 'ENSwiftSideMenu' #A simple side menu for iOS 7/8 written in Swift.
pod 'QueryKit' #A simple CoreData query language for Swift and Objective-C. http://querykit.org/
pod 'KeychainAccess' #Simple Swift wrapper for Keychain that works on iOS and OS X
pod 'CVCalendar' #A custom visual calendar for iOS 8+ written in Swift (2.0).
pod 'SwiftTask' #Promise + progress + pause + cancel + retry for Swift.
pod 'SugarRecord' #Data persistence management library written in Swift 2.0
pod 'FillableLoaders' #Completely customizable progress based loaders drawn using custom CGPaths written in Swift
pod 'Popsicle' #Delightful, extensible Swift value interpolation framework
pod 'DynamicColor' #Yet another extension to manipulate colors easily in Swift
pod 'SwiftMoment' #A time and calendar manipulation library for iOS 9 and Xcode 7 written in Swift 2
pod 'SwiftyUserDefaults' #Statically-typed NSUserDefaults
pod 'Timepiece' #Intuitive NSDate extensions in Swift
pod 'BTNavigationDropdownMenu' #The elegant dropdown menu, written in Swift, appears underneath navigation bar to display a list of related items when a user click on the navigation title.
pod 'ZLSwipeableViewSwift' #A simple view for building card like interface inspired by Tinder and Potluck.
pod 'SweetAlert' #Live animated Alert View for iOS written in Swift
pod 'SlideMenuControllerSwift' #iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
pod 'PKHUD' #A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
pod 'SwiftDate' #Easy NSDate Management in Swift 2.0
pod 'KFSwiftImageLoader' #An extremely high-performance, lightweight, and energy-efficient pure Swift async web image loader with memory and disk caching for iOS and  Watch.

原文地址:https://www.cnblogs.com/pinping/p/5086605.html