blob: 4ad75c4582dbe6e249a4c5ca152dfdd536ceb26b [file] [log] [blame]
{
"name": "BugrptExtension",
"version": "1.1.1",
"summary": "Bugrpt iOS Extension SDK",
"description": "iOS Extension framework for Crash Report Service",
"homepage": "http://crash.163.com/",
"authors": {
"apksafe": "apksafe@163.com"
},
"license": {
"type": "Free",
"text": "©2016 carsh.163.com"
},
"source": {
"http": "https://raw.githubusercontent.com/apksafe/Bugrpt-iOS/master/Release/bugrpt_ios_extension_1.1.1.zip"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "BugrptExtension.framework",
"public_header_files": "BugrptExtension.framework/Headers/*.h",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork",
"JavaScriptCore",
"WatchKit"
],
"libraries": [
"c++",
"z"
]
}