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