#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.

Swift 的 pod 第三方库的更多相关文章

  1. swift pod 第三方库异常的处理

    Xcode8—Swift开发使用Cocoapods引入第三方库异常处理方法 参考:  http://www.jianshu.com/p/23f13be525a0 //podfile文件如下 platf ...

  2. iOS import导入pod第三方库不提示问题

    pod 导入第三方库后,使用import 不提示第三方库头文件. 解决办法: 选择target -> BuildSettings -> search Paths 下的 User Heade ...

  3. Swift项目引入第三方库的方法

    以下,将创建一个Swift项目,然后引入3个库: Snappy 简化autolayout代码的库 Alamofire HTTP网络库,AFNetworking作者写的 SDWebImage 图片加载, ...

  4. 在swift工程调用第三方库,Bridging导入头文件提示not found解决办法

    swift语言简洁,上手之后感觉还不错,今天在使用swift调用cocoapods的AFNetworking时候总是提示“'AFNetworking/AFNetworking.h' file not ...

  5. iOS开发:在Xcode中用Pods管理第三方库

    之前写了一篇 iOS开发:在Swift中调用oc库 ,今天记录一下如何用Pods的方式来管理第三方库,包括Swift/Object-C的库. 在这之前请先查阅Guides.CocoaPods如何使用的 ...

  6. xcode中用pods管理第三方库<转>

    安装pods :http://www.cnblogs.com/wangluochong/p/5567082.html 史上最详细的CocoaPods安装教程 --------------------- ...

  7. swift pod第三方OC库使用use_frameworks!导致#import提示无法找到头文件

    以MBProgressHUD为例子 swift中Podfile文件一般都会加上use_frameworks! 这样就可以直接通过import MBProgressHUD来访问MBProgressHUD ...

  8. Swift与Objective-c 混编CocoaPods 引入第三方库遇到的问题 (一)

    最近Swift 这么火也想尝试着用一下.考虑到Swift 出来的时间也不长.还有就是就是苹果更新的过于平凡 暂时还是不要将现有项目都用swift开发. 先来看看我遇到的问题: 问题一.

  9. 创建podSpec,使用pod管理第三方库

    提要: podfile文件会先读取.podspec文件,根据.podspec文件的指向来下载第三方库到项目中. 本文先通过一.二.三项,这三个步骤讲解了如何建立一个.podspec文件在本地.coco ...

随机推荐

  1. ios修改textField的placeholder的字体颜色、大小

    textField.placeholder = @"username is in here!"; [textField setValue:[UIColor redColor] fo ...

  2. 《C++反汇编与逆向分析技术揭秘》之11——虚函数

    虚函数的机制 当类中定义有虚函数时,编译器会将该类中所有虚函数的首地址保存在一张地址表中,这张表被称为虚函数地址表.编译器还会在类中添加一个虚表指针. 举例: CVirtual类的构造函数中没有进行任 ...

  3. MySQL解决[Err] 1206 - The total number of locks exceeds the lock table size问题

    MySQL解决[Err] 1206 - The total number of locks exceeds the lock table size问题 查看MySQL版本:mysql>show ...

  4. Linux进程间通信:管道,信号量,消息队列,信号,共享内存,套接字

    Linux下的进程通信手段基本上是从UNIX平台上的进程通信手段继承而来的.而对UNIX发展做出重大贡献的两大主力AT&T的贝尔实验室及BSD(加州大学伯克利分校的伯克利软件发布中心)在进程间 ...

  5. C#常见算法题目

        //冒泡排序    public class bubblesorter    {        public void sort(int[] list)        {            ...

  6. nmap常用扫描命令

    NMap,也就是Network Mapper,是Linux下的网络扫描和嗅探工具包. nmap是在网络安全渗透测试中经常会用到的强大的扫描器.功能之强大,不言而喻.下面介绍一下它的几种扫描命令.具体的 ...

  7. unity 统一替换shader

    camera.SetReplacementShader(shader,"tag"); 可以切了测试性能

  8. Android两次后退键退出

    转载请注明出处:http://blog.csdn.net/javacattle/article/details/41964045 仅仅要在 *.Java 文件里加入就可以 private int ba ...

  9. 根据Ip地址与掩码 得出 子网地址与广播地址

    由于给予条件优先,没有直接给出子网地址与广播地址.但是又需要这两个参数,需要我们使用ip 地址与 子网掩码得出子网地址与广播地址.思路如下:       1. 子网地址, ip地址与 子网掩码分别换算 ...

  10. T-SQL 之 视图

    视图实际上就是一个存储查询,重点是可以筛选.组合和匹配来自基本表(或者其他视图)的数据,从而创建在很多方面像另一个基表那样起作用的对象.可以创建一个简单的查询,仅仅从一个表中选择几列,而忽略其他列:或 ...