[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 7 / 3 / KalturaPlayer / 4.0.0.beta.1 / KalturaPlayer.podspec.json
blob3421dcf4faf54cb1d665b9514a8c7873da1f941e
2   "name": "KalturaPlayer",
3   "version": "4.0.0.beta.1",
4   "summary": "KalturaPlayer -- Kaltura Player for iOS",
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.beta.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Sources/*",
28         "Sources/Basic/*"
29       ],
30       "dependencies": {
31         "PlayKit": [
32           "~> 3.18"
33         ]
34       }
35     },
36     {
37       "name": "OTT",
38       "source_files": [
39         "Sources/OTT/*",
40         "Sources/Common"
41       ],
42       "resources": "Sources/OTT/*.xcdatamodeld",
43       "dependencies": {
44         "KalturaPlayer/Core": [
46         ],
47         "PlayKitProviders": [
48           "~> 1.9"
49         ],
50         "PlayKitKava": [
51           "~> 1.6"
52         ]
53       }
54     },
55     {
56       "name": "OVP",
57       "source_files": [
58         "Sources/OVP/*",
59         "Sources/Common"
60       ],
61       "resources": "Sources/OVP/*.xcdatamodeld",
62       "dependencies": {
63         "KalturaPlayer/Core": [
65         ],
66         "PlayKitProviders": [
67           "~> 1.9"
68         ],
69         "PlayKitKava": [
70           "~> 1.6"
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.0"