forked from PopcornTimeTV/PopcornTimeTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
21 lines (17 loc) · 885 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source 'https://github.com/CocoaPods/Specs'
source 'https://github.com/angryDuck2/CocoaSpecs'
platform :tvos
use_frameworks!
target 'PopcornTime' do
pod 'YoutubeSourceParserKit', :git => 'https://github.com/lennet/YoutubeSourceParserKit.git'
pod 'TVMLKitchen', :git => 'https://github.com/toshi0383/TVMLKitchen.git', :branch => 'swift3.0'
pod 'PopcornKit', :git => 'https://github.com/PopcornTimeTV/PopcornKit.git', :branch => 'new-apis'
pod 'AlamofireXMLRPC'
pod 'PopcornTorrent', :git => 'https://github.com/PopcornTimeTV/PopcornTorrent.git'
pod 'TVVLCKit-unstable', '3.0.0a22'
pod 'GCDWebServer', :git => 'https://github.com/swisspol/GCDWebServer.git'
pod 'ObjectMapper', :git => 'https://github.com/Hearst-DD/ObjectMapper.git'
end
target 'TopShelf' do
pod 'PopcornKit', :git => 'https://github.com/PopcornTimeTV/PopcornKit.git', :branch => 'new-apis'
end