#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. 用 C# 做人脸检测(基于EmguCV)

    c#datagridmatlab人脸识别图像处理path 下载源码 准备工作(必须) 下载  EmguCV 傻瓜安装后,把 bin 目录添加到环境变量里去,比如安装在 X:\EmguCV\ 目录下,就 ...

  2. Intent 的Flag属性(Activity在栈位置的主宰者)

    Intent 的Flag属性可用来控制Activity在栈中的排列位置,本文列举了常见的Flag. 例--(以无动画方式启动ActivityB): Intent intent=new Intent(A ...

  3. java 中文与unicode互转

    public class FontUtil { public static void main(String[] args) { System.out.println(chinaToUnicode(& ...

  4. POJ 1470 Closest Common Ancestors LCA题解

    本题也是找LCA的题目,只是要求多次查询.一般的暴力查询就必定超时了,故此必须使用更高级的方法,这里使用Tarjan算法. 本题处理Tarjan算法,似乎输入处理也挺麻烦的. 注意: 由于查询的数据会 ...

  5. python笔记3-邮件发送(smtplib)

    前言 本篇总结了QQ邮箱和163邮箱发送邮件,邮件包含html中文和附件,可以发给多个收件人,专治各种不行,总之看完这篇麻麻再也不用担心我的邮件收不到了. 以下代码兼容python2和python3, ...

  6. python 实现Hadoop的partitioner和二次排序

    我们知道,一个典型的Map-Reduce过程包 括:Input->Map->Partition->Reduce->Output. Partition负责把Map任务输出的中间结 ...

  7. 如何使用V7包中ActionBar(Eclipse版)

    转自:http://blog.csdn.net/appte/article/details/11712591 以前3.0以前的版本要使用ActionBar,必须使用国外大牛写的ActionBarShe ...

  8. [Todo] Nodejs学习及Spider实验(包括php入门学习、React入门学习)

    /Users/baidu/Documents/Data/Interview/Web-Server开发 深入浅出Node.js-f46c http://blog.csdn.net/u012273376/ ...

  9. zedboard--嵌入式网络摄像机(mjpg-streamer)的移植和搭建(二十二)

    在zedboard上移植和搭建嵌入式网络摄像机mjpg-streamer.具体步骤如下: 来自:http://write.blog.csdn.net/postedit/13741451 1.安装lib ...

  10. 面对对象之差异化的网络数据交互方式--单机游戏开发之无缝切换到C/S模式

    上一篇这里描写叙述了一个关于差异数据在开发过程中的一个长处,这里来演示另外一个特点:单机开发之无缝切换到C/S模式 一般C/S模式都面临一个问题: 就是开发过程中的调试难题,由于涉及到client和服 ...