-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
39 lines (31 loc) · 1.12 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
platform :ios, "5.0"
xcodeproj 'Wallline.xcodeproj'
pod 'Facebook-iOS-SDK' , '20120725' # 3.0.6.b
pod 'MBProgressHUD' , '~> 0.5'
pod 'NanoStore' , '~> 2.1.4'
pod 'PrettyKit' , '20120712'
pod 'ECSlidingViewController' , '~> 0.9.0'
pod 'KNSemiModalViewController' , '20120702'
pod 'MAConfirmButton' , '20120222'
pod 'TimeScroller' , '20120608'
pod 'DCIntrospect' , '20120530'
pod 'ODRefreshControl' , '20120716'
pod 'MTStatusBarOverlay' , '20120512'
pod 'SVWebViewController' , '20120601'
pod 'GrowingTextView' , '20120620'
pod 'MPFoldTransition' , '20120710'
pod 'NoticeView' , '20120727'
# pod 'MWPhotoBrowser' , '20120609'
# MY REPO
pod 'RTLabel' , '20120806'
pod 'NSString+PDRegex' , '20120726'
pod 'SSKeychainItemWrapper',
:git => 'https://github.com/susieyy/SSKeychainItemWrapper.git'
pod 'NSCryptoAddtions',
:git => 'https://github.com/susieyy/NSCryptoAddtions.git'
target :Test, :exclusive => true do
pod 'Kiwi' , '20120625'
pod 'NSString+PDRegex' , '20120726'
pod 'Facebook-iOS-SDK' , '20120725' # 3.0.6.b
pod 'NanoStore' , '~> 2.1.4'
end