[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 1 / 6 / YouboraAVPlayerAdapter / 6.5.6 / YouboraAVPlayerAdapter.podspec.json
bloba83f43fc389eb722b3c33f88e300d5c6ff386207
2   "name": "YouboraAVPlayerAdapter",
3   "version": "6.5.6",
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": "5.0",
20   "source": {
21     "git": "https://bitbucket.org/npaw/avplayer-adapter-ios.git",
22     "tag": "6.5.6"
23   },
24   "source_files": [
25     "YouboraAVPlayerAdapter/adapter/**/*.{h,m}",
26     "YouboraAVPlayerAdapter/adsAdapter/**/*.{h,m}",
27     "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter.h"
28   ],
29   "public_header_files": [
30     "YouboraAVPlayerAdapter/adapter/**/*.h",
31     "YouboraAVPlayerAdapter/adsAdapter/**/*.h",
32     "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter.h"
33   ],
34   "requires_arc": true,
35   "pod_target_xcconfig": {
36     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.5.6"
37   },
38   "default_subspecs": "Default",
39   "dependencies": {
40     "YouboraLib": [
41       "~>6.5.0"
42     ]
43   },
44   "swift_version": "5.0",
45   "subspecs": [
46     {
47       "name": "Default"
48     },
49     {
50       "name": "Streamroot",
51       "platforms": {
52         "ios": "10.2",
53         "tvos": "10.2"
54       },
55       "dependencies": {
56         "AVPlayerDNAPlugin": [
57           "~> 1.1.9"
58         ]
59       }
60     }
61   ]