blob: df273c88dc305a31666aa3d234e34828bb77148c [file] [log] [blame]
{
"name": "Bugly",
"version": "1.4.7",
"summary": "Bugly iOS SDK",
"description": "iOS library for Bugly Crash Report Service",
"homepage": "http://bugly.qq.com/",
"license": {
"type": "Copyright",
"text": " Copyright 2016 tencent.com. All rights reserved.\n"
},
"authors": {
"Tencent": "bugly@tencent.com"
},
"source": {
"http": "http://softfile.3g.qq.com/myapp/buglysdk/Bugly-1.4.7.zip"
},
"requires_arc": false,
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Bugly.framework",
"source_files": "Bugly.framework/Headers/*.h",
"frameworks": [
"SystemConfiguration",
"Security",
"JavaScriptCore"
],
"libraries": [
"c++",
"z"
]
}