blob: 788735f974f081ddb0a6daa197649126dd6f3c26 [file] [log] [blame]
{
"name": "MTRTMPSimpleSDK",
"version": "1.0.1.5",
"summary": "美团直播SDK",
"description": "美团直播SDK,里面包含了直播推拉流相关的frameworks。",
"homepage": "http://git.sankuai.com/projects/IOS/repos/mtlivesdk/browse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guojun XU": "xuguojun02@meituan.com"
},
"source": {
"git": "ssh://git@git.sankuai.com/ios/mtlivesdk.git",
"tag": "1.0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTRTMPSimpleSDK/Classes/**/*",
"ios": {
"vendored_frameworks": "MTRTMPSimpleSDK/Frameworks/*.framework",
"libraries": [
"c++",
"z",
"sqlite3",
"iconv",
"resolv"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"VideoToolbox",
"AVFoundation",
"CoreMedia",
"CoreGraphics"
],
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
}