blob: ce176585712bc7bbecd8a0fb1487dc063522c47d [file] [log] [blame]
{
"name": "Bugly",
"version": "1.2.5",
"summary": "Bugly iOS SDK",
"description": "iOS library for Bugly Crash Report Service",
"homepage": "http://bugly.qq.com/",
"license": {
"type": "Copyright",
"text": " Copyright 2015 tencent.com. All rights reserved.\n"
},
"authors": {
"Tencent": "bugly@qq.com"
},
"source": {
"http": "https://raw.githubusercontent.com/szrambo/Bugly/master/release/bugly-1.2.5.zip"
},
"requires_arc": false,
"platforms": {
"ios": "6.0"
},
"vendored_frameworks": "Bugly.framework",
"source_files": "Bugly.framework/Headers/*.h",
"frameworks": [
"SystemConfiguration",
"libz",
"libc++"
]
}