[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / 6 / YouboraAVPlayerAdapter / 6.5.10 / YouboraAVPlayerAdapter.podspec.json
blob2ba165e09a25577f0dc546fcef0c1c9d059bf04f
2   "name": "YouboraAVPlayerAdapter",
3   "version": "6.5.10",
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.10"
30   },
31   "source_files": [
32     "YouboraAVPlayerAdapter/adapter/**/*.{h,m}",
33     "YouboraAVPlayerAdapter/adsAdapter/**/*.{h,m}",
34     "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter.h"
35   ],
36   "public_header_files": [
37     "YouboraAVPlayerAdapter/adapter/**/*.h",
38     "YouboraAVPlayerAdapter/adsAdapter/**/*.h",
39     "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter.h"
40   ],
41   "requires_arc": true,
42   "pod_target_xcconfig": {
43     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.5.10"
44   },
45   "default_subspecs": "Default",
46   "dependencies": {
47     "YouboraLib": [
48       "~> 6.5.0"
49     ]
50   },
51   "subspecs": [
52     {
53       "name": "Default"
54     },
55     {
56       "name": "Streamroot",
57       "platforms": {
58         "ios": "10.2",
59         "tvos": "10.2"
60       },
61       "dependencies": {
62         "AVPlayerDNAPlugin": [
63           "~> 1.1.9"
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.1"