[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / 6 / YouboraAVPlayerAdapter / 6.4.1 / YouboraAVPlayerAdapter.podspec.json
blobfd0a7c311b3c4ab22d3d396531cfcf2d8c198f62
2   "name": "YouboraAVPlayerAdapter",
3   "version": "6.4.1",
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.4.1"
23   },
24   "source_files": "YouboraAVPlayerAdapter/**/*.{h,m}",
25   "public_header_files": "YouboraAVPlayerAdapter/**/*.h",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.4.1"
29   },
30   "dependencies": {
31     "YouboraLib": [
32       "~>6.4.0"
33     ]
34   }