[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / c / YouboraTHEOPlayerAdapter / 6.6.1 / YouboraTHEOPlayerAdapter.podspec.json
blob00fd221ddaa1ae9006bbc008647e0620996905e0
2   "name": "YouboraTHEOPlayerAdapter",
3   "version": "6.6.1",
4   "summary": "Adapter to use YouboraLib on TheoPlayer",
5   "description": "YouboraTHEOPlayerAdapter is an adapter used for TheoPlayer.",
6   "homepage": "http://developer.nicepeopleatwork.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Nice People at Work": "support@nicepeopleatwork.com"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "tvos": "11.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "4.1",
21     "4.2",
22     "4.3",
23     "5.0",
24     "5.1",
25     "5.2",
26     "5.3"
27   ],
28   "source": {
29     "git": "https://bitbucket.org/npaw/theoplayer-adapter-ios.git",
30     "tag": "6.6.1"
31   },
32   "source_files": "YouboraTHEOPlayerAdapter\\ tvOS/**/*.{h,m,swift}",
33   "public_header_files": "YouboraTHEOPlayerAdapter\\ tvOS/*.h",
34   "pod_target_xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORATHEOPLAYERADAPTER_VERSION_SETTING=6.6.1",
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
37     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
41     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
42   },
43   "default_subspecs": "THEOplayerSDK",
44   "subspecs": [
45     {
46       "name": "Lite",
47       "dependencies": {
48         "YouboraLib": [
49           "~> 6.5"
50         ]
51       }
52     },
53     {
54       "name": "THEOplayerSDK",
55       "dependencies": {
56         "YouboraLib": [
57           "~> 6.5"
58         ],
59         "THEOplayerSDK-basic": [
60           "~> 2.80"
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.3"