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