[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / 6 / YouboraAVPlayerAdapter / 6.0.2 / YouboraAVPlayerAdapter.podspec.json
blob630fae2f0a0869ea0ca95409538a6b847ccb1db1
2   "name": "YouboraAVPlayerAdapter",
3   "version": "6.0.2",
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": "8.0"
16   },
17   "source": {
18     "git": "https://bitbucket.org/npaw/avplayer-adapter-ios.git",
19     "tag": "6.0.2"
20   },
21   "source_files": "YouboraAVPlayerAdapter/**/*.{h,m}",
22   "public_header_files": "YouboraAVPlayerAdapter/**/*.h",
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.0.2"
26   },
27   "dependencies": {
28     "YouboraLib": [
29       "~> 6.0.1"
30     ]
31   }