-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathPodfile
51 lines (47 loc) · 1.34 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
platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
#use_frameworks!
inhibit_all_warnings!
target "PhishOD" do
pod 'FreeStreamer'
pod 'ASImageResize', '~> 1.0'
pod 'FastImageCache'
pod 'ChameleonFramework'
pod 'SDCloudUserDefaults'
pod 'AFNetworking'
pod 'TDBadgedCell', :git => "https://github.com/tmdvs/TDBadgedCell.git"
pod 'TTTAttributedLabel'
pod 'SVWebViewController'
pod 'Appirater'
pod 'LastFm'
pod 'SVProgressHUD', :git => "https://github.com/SVProgressHUD/SVProgressHUD.git"
pod 'FXKeychain'
pod 'ObjectiveSugar'
pod 'Fabric'
pod 'Crashlytics'
pod 'VTAcknowledgementsViewController', '~> 0.14'
pod 'JSONModel'
pod 'SDWebImage'
pod 'UIActivityIndicator-for-SDWebImage'
pod 'NAKPlaybackIndicatorView'
pod 'CSNNotificationObserver'
pod 'MarqueeLabel'
pod "DBGHTMLEntities"
pod 'AFNetworkActivityLogger'
pod 'PSUpdateApp', :git => 'https://github.com/alecgorge/PSUpdateApp.git'
pod 'AXRatingView'
pod 'FCFileManager', '~> 1.0.3'
pod 'KVOController'
pod 'LLACircularProgressView'
pod 'EGOCache'
pod 'NSObject-NSCoding', :git => 'https://github.com/alecgorge/NSObject-NSCoding.git', :branch => 'master'
pod 'DZNEmptyDataSet'
pod 'GroundControl', '~> 2.1.0'
pod 'AGAudioPlayer', :path => "../AGAudioPlayer"
pod 'Instabug', '~> 4.1'
pod 'Flurry-iOS-SDK'
pod 'EDColor'
pod 'Toast'
target "Relisten" do
end
end