-
Notifications
You must be signed in to change notification settings - Fork 21
/
Podfile
53 lines (33 loc) · 1.36 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
44
45
46
47
48
49
50
51
52
53
source 'https://github.com/cloudspace/Cloudspace-iOS-PodSpecs'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
link_with ['Development', 'Staging', 'Production']
# Hide cocoapods project warnings
inhibit_all_warnings!
# Cocopods public repo
pod 'MFSideMenu', '~> 0.5.4'
pod 'MagicalRecord', '~> 2.2'
pod 'CCARadialGradientLayer', :git => 'https://github.com/jilouc/CCARadialGradientLayer', :commit => '4a2d6f31d8a08a3150ca517f0370e59047dae0e2'
pod 'AFNetworking', '~> 2.5.0'
pod 'Block-KVO', '~> 2.2.1'
pod 'NSDate+TimeAgo', '~> 1.0.2'
# User notification
pod 'SVProgressHUD', '~> 1.0'
pod 'TSMessages', '~> 0.9'
pod 'NJKWebViewProgress', '~> 0.2'
# Image caching and processing
pod 'SDWebImage', '~> 3.7.1'
pod 'GPUImage', '~> 0.1'
# Private CS repos
pod 'CSEnhancedTableView', '~> 0.0.1'
pod 'CSStandardViewControllers', '~> 0.0.1'
pod 'CSShortcuts', '~> 0.0.1'
# Analytics
pod 'GoogleAnalytics-iOS-SDK', '~> 3.0'
pod 'CLDSocialShareToolbar', git: 'https://github.com/cloudspace/CLDSocialShareToolbar', tag: '0.0.1'
pod 'SRVApplicationDelegate', git: 'https://github.com/jlorich/SRVApplicationDelegate', tag: '0.0.1'
pod 'APIKit', git: 'https://github.com/izackp/APIKit', tag: '0.0.3'
pod 'CLDCommon', git: 'https://github.com/cloudspace/CLDCommon', tag: '0.0.1'
target :'EasyReader - Unit Tests', exclusive: true do
pod 'OCMock', '~> 2.2.2'
end