-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
43 lines (38 loc) · 1.16 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
platform :ios, '6.0'
link_with ['Xebia']
pod 'Reachability', '3.1.1'
pod 'SDWebImage', '3.7.1'
pod 'MMDrawerController', '0.5.7'
pod 'Underscore.m', '0.2.1'
pod 'ShareKit/Core', '3.0.0'
pod 'ShareKit/Twitter', '3.0.0'
pod 'ShareKit/ReadItLater', '3.0.0'
pod 'AFNetworking', '2.4.1'
pod 'MBProgressHUD', '0.9'
pod 'SVPullToRefresh', '0.4.1'
pod 'SDURLCache', '1.3'
pod 'AFNetworkActivityLogger', '2.0.3'
pod 'DCKeyValueObjectMapping', '1.4'
pod 'TTTAttributedLabel', '1.10.1'
pod 'TestFlightSDK', '3.0.2'
pod 'SecureUDID', '1.1'
pod 'DTCoreText', '1.6.13'
pod 'Appirater', '2.0.3'
pod 'ZXingObjC', '3.0.3'
pod 'InAppSettingsKit', '2.1'
pod 'ParseKit', '0.7'
pod 'UIImageEffects', '0.0.1'
pod 'MMMarkdown', '0.3'
pod 'TSMiniWebBrowser', '1.0.1'
pod 'BlocksKit', '2.2.5'
#pod 'Reveal-iOS-SDK', '1.0.3'
target 'XebiaDev', :exclusive => false do
pod 'TestFlightSDK', '3.0.2'
end
target "XebiaTests", :exclusive => true do
pod 'SenTestingKitAsync', '1.0.6'
# pod 'GHUnitIOS', '0.5.8'
pod 'OCMock', '3.1.1'
# pod 'OCMockito', '1.3.0'
# pod 'Kiwi'
end