blob: f2f31d3b743c44efa8076c2e7874ee7dcae96668 [file] [log] [blame]
{
"name": "HMStreamingSDK",
"version": "0.1.6",
"summary": "A short description of HMStreamingSDK.",
"homepage": "https://github.com/Pircate/HMStreamingSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pircate": "gao497868860@gmail.com"
},
"source": {
"git": "https://github.com/Pircate/HMStreamingSDK.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source_files": [
"HMStreamingSDK/NvStreamingSdkCore.framework/Headers/*.h",
"HMStreamingSDK/Classes/HMStreamingSDK.swift"
],
"ios": {
"vendored_frameworks": "HMStreamingSDK/NvStreamingSdkCore.framework"
},
"public_header_files": "HMStreamingSDK/NvStreamingSdkCore.framework/Headers/*.h",
"static_framework": true,
"xcconfig": {
"ENABLE_BITCODE": "NO"
}
}