blob: 136a2dbb26f2973cfd081ccbe70f7d9f5116c22e [file] [log] [blame]
{
"name": "Bugly",
"version": "1.2.5-1",
"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@tencent.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",
"libraries": [
"c++",
"z"
],
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}