-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
68 lines (53 loc) · 1.32 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
source 'https://github.com/CocoaPods/Specs'
platform :ios, '9.0'
def requires_pods
pod 'UIColor-Utilities'
pod 'UIImage-Helpers'
pod 'GPUImage', '0.1.6'
pod 'MDRadialProgress', '1.3.1'
pod 'REMenu'
pod 'AKSegmentedControl'
pod 'SVPullToRefresh'
pod 'MarqueeLabel', '2.2.5'
pod 'DDPageControl', '~> 0.1.0'
pod 'FXBlurView', '1.6.3'
pod 'ECSlidingViewController', '~> 1.3.1'
pod 'Reachability'
pod 'AFNetworking', '1.3.3'
pod 'AFHTTPRequestOperationLogger'
pod 'KeychainItemWrapper'
pod 'MagicalRecord', '2.3.0'
pod 'BlocksKit'
pod 'DCIntrospect-ARC'
pod 'CSStickyHeaderFlowLayout'
pod 'FBSDKCoreKit', '4.13.0'
pod 'FBSDKShareKit', '4.13.0'
pod 'FBSDKLoginKit', '4.13.0'
pod 'HexColors', '2.2.1'
pod 'iTunesSearch', '1.1.0'
pod 'CocoaSoundCloudAPI'
pod 'CocoaSoundCloudUI'
pod 'HexColors', '2.2.1'
pod 'MBProgressHUD', '0.9.1'
pod 'MGSwipeTableCell', '1.4.3'
pod 'SDWebImage', '3.7.2'
pod 'UIImage+SVG', '~> 0.1'
pod 'Harpy', '3.3.8'
pod 'Mixpanel', '2.8.1'
pod 'JLPermissions/Notification', '2.2.4'
pod 'JLPermissions/Contacts'
pod 'Crashlytics'
pod 'Fabric'
end
target "botmusic plus" do
requires_pods
end
target "botmusic plus staging" do
requires_pods
end
target "botmusic basic" do
requires_pods
end
target "botmusic basic staging" do
requires_pods
end