[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / a / 7 / 3 / KalturaPlayer / 4.0.0 / KalturaPlayer.podspec.json
blobaeca8aae8e8d4328f497f9d519bcad792cda24da
2   "name": "KalturaPlayer",
3   "version": "4.0.0",
4   "summary": "KalturaPlayer -- Kaltura Player for iOS and tvOS",
5   "homepage": "https://github.com/kaltura/kaltura-player-ios",
6   "license": {
7     "type": "AGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kaltura": "community@kaltura.com"
12   },
13   "source": {
14     "git": "https://github.com/kaltura/kaltura-player-ios.git",
15     "tag": "v4.0.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Interceptor",
29       "source_files": "Sources/Interceptor/*",
30       "dependencies": {
31         "PlayKit": [
32           "~> 3.20"
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "platforms": {
39         "ios": "10.0",
40         "tvos": "10.0"
41       },
42       "source_files": [
43         "Sources/*",
44         "Sources/Basic/*"
45       ],
46       "dependencies": {
47         "KalturaPlayer/Interceptor": [
49         ]
50       }
51     },
52     {
53       "name": "OTT",
54       "source_files": [
55         "Sources/OTT/*",
56         "Sources/Common"
57       ],
58       "resources": "Sources/OTT/*.xcdatamodeld",
59       "dependencies": {
60         "KalturaPlayer/Core": [
62         ],
63         "PlayKitProviders": [
64           "~> 1.10"
65         ],
66         "PlayKitKava": [
67           "~> 1.6"
68         ]
69       }
70     },
71     {
72       "name": "OVP",
73       "source_files": [
74         "Sources/OVP/*",
75         "Sources/Common"
76       ],
77       "resources": "Sources/OVP/*.xcdatamodeld",
78       "dependencies": {
79         "KalturaPlayer/Core": [
81         ],
82         "PlayKitProviders": [
83           "~> 1.10"
84         ],
85         "PlayKitKava": [
86           "~> 1.6"
87         ]
88       }
89     },
90     {
91       "name": "Offline",
92       "platforms": {
93         "ios": "10.0"
94       },
95       "source_files": [
96         "Sources/Offline/*",
97         "Sources/*",
98         "Sources/Basic/*",
99         "Sources/Interceptor/*"
100       ],
101       "dependencies": {
102         "DownloadToGo": [
103           "~> 3.13"
104         ],
105         "PlayKit": [
106           "~> 3.20"
107         ]
108       },
109       "xcconfig": {
110         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
111       }
112     },
113     {
114       "name": "Offline_OTT",
115       "platforms": {
116         "ios": "10.0"
117       },
118       "source_files": [
119         "Sources/Offline/OTT/*",
120         "Sources/OTT/*",
121         "Sources/Common"
122       ],
123       "resources": "Sources/OTT/*.xcdatamodeld",
124       "dependencies": {
125         "KalturaPlayer/Offline": [
127         ],
128         "PlayKitProviders": [
129           "~> 1.10"
130         ],
131         "PlayKitKava": [
132           "~> 1.6"
133         ]
134       },
135       "xcconfig": {
136         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
137       }
138     },
139     {
140       "name": "Offline_OVP",
141       "platforms": {
142         "ios": "10.0"
143       },
144       "source_files": [
145         "Sources/Offline/OVP/*",
146         "Sources/OVP/*",
147         "Sources/Common"
148       ],
149       "resources": "Sources/OVP/*.xcdatamodeld",
150       "dependencies": {
151         "KalturaPlayer/Offline": [
153         ],
154         "PlayKitProviders": [
155           "~> 1.10"
156         ],
157         "PlayKitKava": [
158           "~> 1.6"
159         ]
160       },
161       "xcconfig": {
162         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
163       }
164     }
165   ],
166   "swift_version": "5.0"