forked from coding/Coding-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
executable file
·34 lines (31 loc) · 1.03 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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
target "Coding_iOS" do
pod 'TTTAttributedLabel', '1.10.1'
pod 'RegexKitLite-NoWarning', '1.1.0'
pod 'hpple', '0.2.0'
pod 'MBProgressHUD', '0.9'
pod 'TPKeyboardAvoiding', '1.2.4'
pod 'BlocksKit', '2.2.5'
pod 'ReactiveCocoa', '2.3.1'
pod 'MMMarkdown', '0.3'
pod 'Masonry', '0.5.3'
pod 'SDAutoLayout', '2.1.0'
pod 'NYXImagesKit', '2.3'
pod 'UIImage+BlurredFrame', '0.0.4'
pod 'POP+MCAnimate', '2.0.1'
pod 'PPiAwesomeButton', '1.5.2'
pod 'FontAwesome+iOS', :git => 'https://github.com/alexdrone/ios-fontawesome'
pod 'APParallaxHeader', '0.1.6'
pod 'SDCAlertView', '2.5.2'
pod 'MarqueeLabel', '2.5.0'
pod 'TMCache', '2.1.0'
pod 'iVersion', '1.11.4'
pod 'JazzHands', '2.0.0'
pod 'SSKeychain', '1.2.3'
pod 'UMengSocial', '4.2.3'
#pod 'evernote-cloud-sdk-ios', :git => 'https://github.com/evernote/evernote-cloud-sdk-ios.git', :branch => 'ios7'
pod 'evernote-cloud-sdk-ios', '2.0.2'
pod 'UMengAnalytics', '4.2.4'
pod 'FLEX', '~> 2.0', :configurations => ['Debug']
end