[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 3 / 2 / NativoVideoControls / 5.3.1 / NativoVideoControls.podspec.json
blob411bd84ee66aa735f0cd97284589738863f3faea
2   "name": "NativoVideoControls",
3   "version": "5.3.1",
4   "summary": "Video controls used by the NativoSDK. You can use this as a starting point to customize the video player for your app.",
5   "description": "Full screen video controls used by the NativoSDK. You can use this as a starting point to customize the video player for your app.",
6   "homepage": "https://github.com/NativoPlatform/NativoVideoControlsView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nativo": "sdksupport@nativo.com"
13   },
14   "source": {
15     "git": "https://github.com/NativoPlatform/NativoVideoControlsView.git",
16     "tag": "v5.3.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "**/*.{h,m}",
22   "resources": [
23     "Resources.xcassets",
24     "NtvCustomVideoControlsView.xib"
25   ],
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "NativoSDK": [
32     ],
33     "KVOController": [
35     ]
36   }