blob: 8d463cc7eabbaa2355e278632a5eda76fac6eb3b [file] [log] [blame]
{
"name": "TestVOSDK",
"version": "0.1.5",
"summary": "A short description of MMSmartStreamingSDK.",
"description": "The MediaMelon Player SDK adds SmartSight Analytics and QBR SmartStreaming capability to any media player and is available for all ABR media players.",
"homepage": "https://bitbucket.org/anurag610/votestpod.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anurag": "singhanurag1234@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://bitbucket.org/anurag610/votestpod.git",
"tag": "0.1.5"
},
"source_files": [
"TestVOSDK/Classes/Common/*.{h,m,swift}",
"TestVOSDK/Classes/Wrapper/ssai/*.swift",
"TestVOSDK/Classes/Utilities/M3U8Parser/*.{h,m}",
"TestVOSDK/Classes/Utilities/VastClient/*.{h,swift}"
],
"ios": {
"frameworks": "CoreTelephony",
"vendored_libraries": "TestVOSDK/Classes/StaticLibrary/iOS/libmmsmartstreamer.a"
},
"libraries": "stdc++",
"public_header_files": [
"TestVOSDK/Classes/Common/*.h",
"TestVOSDK/Classes/Utilities/M3U8Parser/*.h"
],
"swift_versions": "4.0",
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": "armv7 arm64 x86_64"
},
"swift_version": "4.0"
}