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