forked from PopcornTimeTV/PopcornTimeTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
58 lines (50 loc) · 1.42 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
use_frameworks!
source 'https://github.com/CocoaPods/Specs'
source 'https://github.com/PopcornTimeTV/Specs'
def pods
pod 'PopcornTorrent', '~> 1.1.13'
pod 'XCDYouTubeKit', '~> 2.5.5'
pod 'Alamofire', '~> 4.4.0'
pod 'AlamofireImage', '~> 3.2.0'
pod 'SwiftyTimer', '~> 2.0.0'
pod 'FloatRatingView', '~> 2.0.1'
pod 'Reachability', :git => 'https://github.com/tonymillion/Reachability'
pod 'MarqueeLabel/Swift', '~> 3.0.3'
pod 'ObjectMapper', '~> 2.2.7'
end
target 'PopcornTimeiOS' do
platform :ios, '9.0'
pods
pod 'AlamofireNetworkActivityIndicator', '~> 2.1.0'
pod 'google-cast-sdk', '~> 3.4.0'
pod 'OBSlider', '~> 1.1.1'
pod '1PasswordExtension', '~> 1.8.4'
pod 'MobileVLCKit-unstable', '~> 3.0.0a24'
end
target 'PopcornTimetvOS' do
platform :tvos, '10.0'
pods
pod 'TvOSMoreButton', :git => 'https://github.com/cgoldsby/TvOSMoreButton'
pod 'TVVLCKit', '~> 2.1.0'
pod 'MBCircularProgressBar', '~> 0.3.5-1'
end
target 'TopShelf' do
platform :tvos, '10.0'
pod 'ObjectMapper', '~> 2.2.7'
end
def kitPods
pod 'Alamofire', '~> 4.4.0'
pod 'ObjectMapper', '~> 2.2.7'
pod 'AlamofireXMLRPC', '~> 2.1.0'
pod 'SwiftyJSON', '~> 3.1.4'
pod 'Locksmith', '~> 3.0.0'
end
target 'PopcornKit tvOS' do
platform :tvos, '10.0'
kitPods
end
target 'PopcornKit iOS' do
platform :ios, '9.0'
kitPods
pod 'google-cast-sdk', '~> 3.4.0'
end