[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / 6 / 5 / YouboraJWPlayerAdapter / 6.6.0 / YouboraJWPlayerAdapter.podspec.json
blob72e616b8e51cb1799fe928d22c015f497d8bf025
2   "name": "YouboraJWPlayerAdapter",
3   "version": "6.6.0",
4   "summary": "Adapter to use YouboraLib on JWPlayer",
5   "description": "YouboraJWPlayerAdapter is an adapter used for JWPlayer.",
6   "homepage": "http://developer.nicepeopleatwork.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "NPAW": "support@nicepeopleatwork.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://bitbucket.org/npaw/jwplayer-adapter-ios.git",
20     "tag": "6.6.0"
21   },
22   "source_files": "YouboraJWPlayerAdapter/**/*.{h,m}",
23   "public_header_files": "YouboraJWPlayerAdapter/**/*.h",
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.6.0"
27   },
28   "dependencies": {
29     "YouboraLib": [
30       "~> 6.5"
31     ],
32     "JWPlayer-SDK": [
33       "~> 3.0"
34     ]
35   },
36   "swift_version": "5.0"