[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / d / YouboraTritonPlayerAdapter / 6.6.0 / YouboraTritonPlayerAdapter.podspec.json
blob00bbbf1c1675dca911d7d5d80d14d0418d8376a7
2   "name": "YouboraTritonPlayerAdapter",
3   "version": "6.6.0",
4   "summary": "Adapter to use YouboraLib on TritonPlayer.",
5   "description": "YouboraTritonPlayerAdapter is an adapter used for TritonPlayer.",
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": "11.0"
16   },
17   "source": {
18     "git": "https://bitbucket.org/npaw/tritonplayer-adapter-ios.git",
19     "tag": "6.6.0"
20   },
21   "source_files": "YouboraTritonPlayerAdapter/**/*.{h,m}",
22   "public_header_files": "YouboraTritonPlayerAdapter/**/*.h",
23   "vendored_frameworks": "TritonPlayerSDK.xcframework",
24   "pod_target_xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORATRITONADAPTER_VERSION=6.6.0"
26   },
27   "dependencies": {
28     "YouboraLib": [
29       "~> 6.6.0"
30     ]
31   }