-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Podfile
executable file
·43 lines (36 loc) · 1.3 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
40
41
42
43
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
inhibit_all_warnings!
target "Coding_iOS" do
pod 'TTTAttributedLabel', '2.0.0'
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 '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']
pod 'UMengUShare/Social/WeChat', '6.4.5'
pod 'UMengUShare/Social/QQ', '6.4.5'
pod 'UMengUShare/Social/Sina', '6.4.5'
target "Coding_Enterprise_iOS" do
end
end