blob: b7ab7a85211274078b01d18697758d46dd925020 [file] [log] [blame]
{
"name": "Bugly",
"version": "1.4.6",
"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": "https://raw.githubusercontent.com/BuglyDevTeam/Bugly-iOS/master/release/Bugly-1.4.6.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"
]
}