forked from bitmovin/bitmovin-player-ios-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
97 lines (81 loc) · 3.41 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
platform :ios, '10.3'
workspace 'BitmovinPlayerSamples'
target 'BasicPlayback' do
project 'BasicPlayback/BasicPlayback.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicPlaybackObjectiveC' do
project 'BasicPlaybackObjectiveC/BasicPlaybackObjectiveC.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicDRMPlayback' do
project 'BasicDRMPlayback/BasicDRMPlayback.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicCasting' do
project 'BasicCasting/BasicCasting.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
pod 'google-cast-sdk', '4.1.0'
end
target 'AdvancedCasting' do
project 'AdvancedCasting/AdvancedCasting.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
pod 'google-cast-sdk', '4.1.0'
end
target 'BasicMetadataHandling' do
project 'BasicMetadataHandling/BasicMetadataHandling.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'CustomHtmlUi' do
project 'CustomHtmlUi/CustomHtmlUi.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicAds' do
project 'BasicAds/BasicAds.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
pod 'GoogleAds-IMA-iOS-SDK', '3.7.0'
end
target 'AirPlay' do
project 'AirPlay/AirPlay.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicPlaybackTV' do
project 'BasicPlaybackTV/BasicPlaybackTV.xcodeproj'
use_frameworks!
platform :tvos
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'SystemUI' do
project 'SystemUI/SystemUI'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicPlaylist' do
project 'BasicPlaylist/BasicPlaylist'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicOfflinePlayback' do
project 'BasicOfflinePlayback/BasicOfflinePlayback.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BackgroundPlayback' do
project 'BackgroundPlayback/BackgroundPlayback.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end
target 'BasicFullscreenHandling' do
project 'BasicFullscreenHandling/BasicFullscreenHandling.xcodeproj'
use_frameworks!
pod 'BitmovinPlayer', git: 'https://github.com/bitmovin/bitmovin-player-ios-sdk-cocoapod.git', tag: '2.18.0'
end