blob: 9b2e593e6a9e0e5b33ab117c671dd2dc5ffea65d [file] [log] [blame]
{
"name": "NativoVideoControls",
"version": "5.3.0",
"summary": "Video controls used by the NativoSDK. You can use this as a starting point to customize the video player for your app.",
"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.",
"homepage": "https://github.com/NativoPlatform/NativoVideoControlsView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nativo": "sdksupport@nativo.com"
},
"source": {
"git": "https://github.com/NativoPlatform/NativoVideoControlsView.git",
"tag": "v5.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "**/*.{h,m}",
"resources": [
"Resources.xcassets",
"NtvCustomVideoControlsView.xib"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"NativoSDK": [
],
"KVOController": [
]
}
}