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