晒 Podfile,大家一起来吧,看看哪些库最常用

2014-11-07 08:20:37 +08:00
 ldehai
现在项目用了越来越多的第三方库,Podfile一直在增长
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
pod 'Canvas'
pod 'TPKeyboardAvoiding'
pod 'SOCKit', '~> 1.1'
pod 'SDWebImage', '~> 3.5'
pod 'NSDate+TimeAgo', '~> 1.0.2'
pod 'ACSimpleKeychain'
pod 'TTTAttributedLabel'
pod 'SimpleAudioPlayer'
pod 'URBMediaFocusViewController'
pod 'DAKeyboardControl'
pod 'CTAssetsPickerController', '~> 2.6.0'
pod 'AFNetworking', '~> 2.4.1'
pod 'AAPullToRefresh'
pod 'EGODatabase', '~> 2.0'
pod 'A3ParallaxScrollView', '~> 1.0'
pod 'AVOSCloud'
pod 'Shimmer'
pod 'ASIHTTPRequest'
pod 'SVProgressHUD'
pod 'SZTextView'
9038 次点击
所在节点    程序员
43 条回复
txx
2014-11-07 09:12:46 +08:00
iOS 7 為啥還要用 TTT 為啥還要用 ASI .....
ldehai
2014-11-07 09:32:15 +08:00
@txx 直接从老的项目复制粘贴过来的,没用到
flyclin
2014-11-07 09:34:24 +08:00
都用AFNetwoking吗?
simapple
2014-11-07 10:09:23 +08:00
zhc
2014-11-07 10:12:04 +08:00
@txx TTT支持link ios7是没有的
dorentus
2014-11-07 10:12:36 +08:00
PromiseKit
fgwww
2014-11-07 10:16:45 +08:00
这么多不指定版本号的。。。
chmlai
2014-11-07 10:27:52 +08:00
```
pod 'CocoaLumberjack'
pod 'AFNetworking'
pod 'ReactiveCocoa'
pod 'ReactiveViewModel'
pod 'AFNetworking-RACExtensions', :git => 'https://github.com/CodaFi/AFNetworking-RACExtensions.git', :tag => '0.1.5'
pod 'ReactiveCocoaLayout'
pod 'Masonry'
```
sunwenjun
2014-11-07 10:37:33 +08:00
@chmlai RAC用的爽不?
chmlai
2014-11-07 10:45:23 +08:00
@sunwenjun 反正不想再写原生那种代码了:P
finab
2014-11-07 10:58:30 +08:00
platform:ios,'6.0'
pod 'SVProgressHUD', '~> 1.0'
pod 'LKDBHelper', '~> 1.3'
pod 'KKGestureLockView', '~> 1.0.0'
pod 'OHAttributedLabel', '~> 3.5.3'
pod 'HMSegmentedControl', '~> 1.3.0'
pod 'jastor', '~> 0.2.1'
pod 'KIImagePager', '~> 1.4.1'
pod 'SDWebImage', '~> 3.5.2'
pod 'TMCache', '~> 1.2.0'
pod 'SevenSwitch', '~> 1.3.0'
pod 'ODRefreshControl', '~> 1.1.0'
pod 'SVPullToRefresh', '~> 0.4.1'
pod 'MWPhotoBrowser', '~> 1.4.0'
pod 'pop', '~> 1.0.6'
pod 'Masonry', '~> 0.5.3'


强烈推荐大家试试Masonry
finab
2014-11-07 11:00:33 +08:00
@chmlai 哥们你也用了Masonry啊,这玩意太好用了。。
txx
2014-11-07 11:09:31 +08:00
amoblin
2014-11-07 11:12:49 +08:00
# -*- coding: utf-8 -*-
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '6.0'

pod 'ReactiveCocoa', '~> 2.3'
pod 'AFNetworking', '~> 2.4.1'

pod 'UMengAnalytics', '~> 3.1.2'
pod 'UMengFeedback', '~> 2.0'

#pod 'iVersion', '~> 1.10.6'

pod 'UMengMessage', '~> 1.1.0'

pod 'TSMessages', '~> 0.9.10'
pod 'SVProgressHUD', '~> 1.0'
#pod 'PXAlertView', '~> 0.1.0'
#pod 'NSData+Base64', '~> 1.0.0'

pod 'AVOSCloud', '~> 2.6.4'
pod 'Masonry'


Masonry还没来得及用呢,自己手写原生AutoLayout代码老是一大堆警告。。。
black
2014-11-07 11:19:47 +08:00
pod 'CocoaLumberjack', '~> 1.9.1'
pod 'SDWebImage', '~> 3.7.1'
pod 'AFNetworking', '~> 2.3.1'
pod 'FMDB', '~> 2.3'
pod 'Masonry', '~> 0.5.3'
pod 'MBProgressHUD', '~> 0.9'
pod 'JSONModel', '~> 1.0.1'
pod 'DACircularProgress', '~> 2.2.0'
pod 'PSTCollectionView', '~> 1.2.1'
pod 'CWFoundation', :git => 'https://github.com/guojiubo/CWFoundation.git', :commit => 'd13a0ff242205342109c47df0cc86d77f534d7d4'
pod 'OpenSSL-Universal', '= 1.0.1.i'
so898
2014-11-07 11:36:48 +08:00
@chmlai description爽不爽?
TangMonk
2014-11-07 11:39:31 +08:00
AVOS 的短信不太稳定啊
satgi
2014-11-07 12:15:34 +08:00
pod 'AFNetworking', '~> 2.3.1'
pod 'Mantle', '~> 1.5'
pod 'SDWebImage', '~> 3.7'
pod 'SVProgressHUD', :head
pod 'MTLog', '~> 0.6.1'
pod 'FLEX', '~> 1.1.1'

这几个基本都用,SVProgressHUD 的 podspec 已经1年多没有更新了
Peterpan507
2014-11-07 13:10:24 +08:00
看到第一句就泪崩了 还支持的iOS6的哭过。。。
iYu
2014-11-07 13:51:35 +08:00
我的Podfile有88行

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/144563

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX