[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / 6 / YouboraAVPlayerAdapter / 6.5.15 / YouboraAVPlayerAdapter.podspec.json
blobae5aeb64dbf7aa0abda9338495120874b210fe79
2   "name": "YouboraAVPlayerAdapter",
3   "version": "6.5.15",
4   "summary": "Adapter to use YouboraLib on AVPlayer",
5   "description": "<<-DESC\n                      YouboraAVPlayerAdapter is an adapter used \n                      for AVPlayer.\n                     DESC",
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": "9.0",
16     "tvos": "9.0",
17     "osx": "10.10"
18   },
19   "swift_versions": [
20     "4.0",
21     "4.1",
22     "4.2",
23     "4.3",
24     "5.0",
25     "5.1"
26   ],
27   "source": {
28     "git": "https://bitbucket.org/npaw/avplayer-adapter-ios.git",
29     "tag": "6.5.15"
30   },
31   "source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}",
32   "ios": {
33     "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
34   },
35   "tvos": {
36     "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
37   },
38   "osx": {
39     "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ OSX/YouboraAVPlayerAdapter.h"
40   },
41   "public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
42   "requires_arc": true,
43   "pod_target_xcconfig": {
44     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.5.15"
45   },
46   "default_subspecs": "Default",
47   "dependencies": {
48     "YouboraLib": [
49       "~> 6.5.19"
50     ]
51   },
52   "subspecs": [
53     {
54       "name": "Default"
55     },
56     {
57       "name": "Streamroot",
58       "platforms": {
59         "ios": "10.2",
60         "tvos": "10.2"
61       },
62       "dependencies": {
63         "AVPlayerDNAPlugin": [
64           "~> 1.1.9"
65         ]
66       },
67       "public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
68       "source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}",
69       "ios": {
70         "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
71       },
72       "tvos": {
73         "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
74       }
75     },
76     {
77       "name": "Polynet",
78       "platforms": {
79         "ios": "10.2",
80         "tvos": "9.0"
81       },
82       "ios": {
83         "dependencies": {
84           "PolyNetSDK": [
85             "4.33.113"
86           ]
87         },
88         "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
89       },
90       "tvos": {
91         "dependencies": {
92           "PolyNetSDKtvOS": [
93             "4.32.113"
94           ]
95         },
96         "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
97       },
98       "public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
99       "source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}"
100     }
101   ],
102   "swift_version": "5.1"