-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPodfile
More file actions
20 lines (16 loc) · 674 Bytes
/
Podfile
File metadata and controls
20 lines (16 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://github.com/PTCE-TEAM/Specs.git'
source 'https://github.com/CocoaPods/Specs'
platform :tvos
use_frameworks!
target 'PopcornTime' do
pod 'YoutubeSourceParserKit'
pod 'TVMLKitchen', :git => 'https://github.com/toshi0383/TVMLKitchen.git', :branch => 'swift2.2'
pod 'PopcornKit', :git => 'https://github.com/PTCE-TEAM/PopcornKit.git', :tag => '1.1.0'
pod 'AlamofireXMLRPC', :git => 'https://github.com/PTCE-TEAM/AlamofireXMLRPC.git'
pod 'PopcornTorrent'
pod 'TVVLCKit-unstable', '~>3.0.0a12'
pod 'GCDWebServer', '~> 3.3.2'
end
target 'TopShelf' do
pod 'PopcornKit', :git => 'https://github.com/PTCE-TEAM/PopcornKit.git', :tag => '1.1.0'
end