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.
Swift 的 pod 第三方库的更多相关文章
- swift pod 第三方库异常的处理
Xcode8—Swift开发使用Cocoapods引入第三方库异常处理方法 参考: http://www.jianshu.com/p/23f13be525a0 //podfile文件如下 platf ...
- iOS import导入pod第三方库不提示问题
pod 导入第三方库后,使用import 不提示第三方库头文件. 解决办法: 选择target -> BuildSettings -> search Paths 下的 User Heade ...
- Swift项目引入第三方库的方法
以下,将创建一个Swift项目,然后引入3个库: Snappy 简化autolayout代码的库 Alamofire HTTP网络库,AFNetworking作者写的 SDWebImage 图片加载, ...
- 在swift工程调用第三方库,Bridging导入头文件提示not found解决办法
swift语言简洁,上手之后感觉还不错,今天在使用swift调用cocoapods的AFNetworking时候总是提示“'AFNetworking/AFNetworking.h' file not ...
- iOS开发:在Xcode中用Pods管理第三方库
之前写了一篇 iOS开发:在Swift中调用oc库 ,今天记录一下如何用Pods的方式来管理第三方库,包括Swift/Object-C的库. 在这之前请先查阅Guides.CocoaPods如何使用的 ...
- xcode中用pods管理第三方库<转>
安装pods :http://www.cnblogs.com/wangluochong/p/5567082.html 史上最详细的CocoaPods安装教程 --------------------- ...
- swift pod第三方OC库使用use_frameworks!导致#import提示无法找到头文件
以MBProgressHUD为例子 swift中Podfile文件一般都会加上use_frameworks! 这样就可以直接通过import MBProgressHUD来访问MBProgressHUD ...
- Swift与Objective-c 混编CocoaPods 引入第三方库遇到的问题 (一)
最近Swift 这么火也想尝试着用一下.考虑到Swift 出来的时间也不长.还有就是就是苹果更新的过于平凡 暂时还是不要将现有项目都用swift开发. 先来看看我遇到的问题: 问题一.
- 创建podSpec,使用pod管理第三方库
提要: podfile文件会先读取.podspec文件,根据.podspec文件的指向来下载第三方库到项目中. 本文先通过一.二.三项,这三个步骤讲解了如何建立一个.podspec文件在本地.coco ...
随机推荐
- 关于Go语言,自己定义结构体标签的一个妙用.
在Go中首字母大写和小写,决定着这此变量能否被外部调用, 比如:在使用标准库的json编码自定一的结构的时候: <pre style="margin-top: 0px; margin- ...
- #include <NOIP2010 Junior> 三国游戏 ——using namespace wxl;
题目描述 小涵很喜欢电脑游戏,这些天他正在玩一个叫做<三国>的游戏. 在游戏中,小涵和计算机各执一方,组建各自的军队进行对战.游戏中共有 N 位武将(N为偶数且不小于 4),任意两个武将之 ...
- 创建一个简单的windows服务,每间隔一定时间重复执行批处理文件
创建一个windows服务项目,增加App.config <?xml version="1.0" encoding="utf-8" ?> <c ...
- 关于actor-critic,这篇文章写的很好
这篇文章: https://blog.csdn.net/qq_30615903/article/details/80774384 可以好好温习,包括代码,基本看懂了.
- MySQL for Mac安装和启动
MySQL for Mac安装和启动 学习了:https://blog.csdn.net/a380880304/article/details/49840139 注意密码是数字1还是字母l: 系统提示 ...
- 解构赋值 和 symbol
1.数组解构 let [a,b,c,d] = ['aa','bb',77,88] 嵌套数组解构 let [a,b,[c,d],e] = ['aa','bb',[33,44],55] 空缺变量 let ...
- BerkeleyDB java的简单使用
关于BerkeleyDB的有点和优点,列在以下 JE offers the following major features: Large database support. JE databases ...
- DBCP( 二) DataBase Connection Pool 的使用
使用DBCP必须用的三个包: commons-dbcp-1.2.1.jar, commons-pool-1.2.jar, commons-collections-3.1.jar. 配置参数. Java ...
- hibernate+spring mvc, 解决hibernate 对象懒加载 json序列化问题
引用地址 在使用Spring MVC时,@ResponseBody 注解的方法返回一个有懒加载对象的时候出现了异常,以登录为例: @RequestMapping("login") ...
- web普通项目映射为maven项目
localhost:8080/yourWebLocation 访问 前一个插件是映射项目路径成maven的格式 后一个插件是映射访问网址所需要的东西 <build> <!-- 发布 ...