blob: 54f91f30e48d45bc207c960dc9343109e4d3e0b7 [file] [log] [blame]
{
"name": "NvStreamingSdk",
"version": "1.4.0",
"summary": "Meishe SDK",
"description": "This is Meishe SDK",
"homepage": "https://www.meishesdk.com",
"license": {
"type": "Meishe SDK License",
"file": "LICENSE.md"
},
"authors": {
"rarest": "wich@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rarest/NvStreamingSdk.git",
"tag": "1.4.0"
},
"source_files": "include/**/*.{h,m}",
"frameworks": [
"AssetsLibrary",
"AudioToolBox",
"AVFoundation",
"CoreAudio",
"CoreAudioKit",
"CoreMedia",
"GLKit",
"MobileCoreServices",
"Photos",
"VideoToolbox"
],
"libraries": [
"c++",
"iconv",
"z"
],
"vendored_libraries": "lib/**/*.a",
"requires_arc": true,
"xcconfig": {
"ENABLE_BITCODE": "NO"
}
}