#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. 从Log4j迁移到LogBack的理由

    英文原文:Reasons to prefer logback over log4j 无论从设计上还是实现上,Logback相对log4j而言有了相对多的改进.不过尽管难以一一细数,这里还是列举部分理由 ...

  2. Eclipse maven构建springmvc项目

    原文地址: http://www.cnblogs.com/fangjins/archive/2012/05/06/2485459.html 一.背景介绍 对于初学者,用maven构建项目并不是一件容易 ...

  3. 编写第一个Shell脚本

    Linux中有好多中不同的shell,bash是linux默认的shell,免费且容易使用. su切换为root权限 1.创建shell脚本 touch hello.sh 2.编辑: vi hello ...

  4. pytest文档12-skip跳过用例

    前言 pytest.mark.skip可以标记无法在某些平台上运行的测试功能,或者您希望失败的测试功能 skip意味着只有在满足某些条件时才希望测试通过,否则pytest应该跳过运行测试. 常见示例是 ...

  5. MRIcro tutorial -- mricro 教程

      MRIcro tutorial 参考网址:http://www.mccauslandcenter.sc.edu/mricro/mricron/ http://www.cabiatl.com/mri ...

  6. C# 利用反射动态创建对象[摘录]

    摘自:http://hi.baidu.com/yangyuhang/blog/item/f12ea90e13f214e336d12250.html 在VS.Net中,有很多种方法动态调用对象的构造函数 ...

  7. Android -- 重写BaseAdapter以及对ListView的优化

    背景 对于ListView.GridView.Gallery.Spinner等等,它是它们的适配器,直接继承自接口类Adapter的,使用BaseAdapter时需要重写很多方法,其中最重要的当属ge ...

  8. 检测任意日期字符串是否属于当天的java实现方案

    有时候我们会遇到很多形式的日期判断,甚至是并不常见的日期形式,比如20161212之类的日期,下面就此来进行代码是否处于当天的日期校验的代码实现来做一个整理. public static boolea ...

  9. WeifenLuo.WinFormsUI.Docking添加关闭功能

    /****************************************************************** * 创建人:HTL * 创建时间:2014-7-8 15:37: ...

  10. [AngularJS] Angular 1.3 new $q constructor

    <!DOCTYPE html> <html ng-app="app"> <head lang="en"> <meta ...