blob: 521f46deec28c60b597e7f134c29d5701ed213b3 [file] [log] [blame]
{
"name": "Bugly",
"authors": {
"Tencent": "bugly@tencent.com"
},
"version": "2.5.2",
"summary": "Bugly iOS SDK",
"description": "iOS library for Bugly Crash Report Service. Sign up for a service at https://bugly.qq.com.",
"homepage": "http://bugly.qq.com/",
"license": {
"type": "Copyright",
"text": " Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved.\n"
},
"source": {
"http": "https://raw.githubusercontent.com/BuglyDevTeam/Bugly-iOS/master/release/Bugly-2.5.2.zip"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Bugly.framework",
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": [
"z",
"c++"
]
}