blob: 5070240eec5cd443c99db51126824f0e7cab2f53 [file] [log] [blame]
{
"name": "BuglyHotfix",
"version": "2.1.0",
"summary": "BuglyHotfix iOS SDK. Learn more at https://bugly.qq.com.",
"description": "iOS library for Bugly App Hotfix Service. Sign up for a service at https://bugly.qq.com.",
"homepage": "https://bugly.qq.com/",
"authors": {
"Bugly": "https://github.com/BuglyDevTeam"
},
"source": {
"http": "http://softfile.3g.qq.com/myapp/buglysdk/BuglyHotfix-2.1.0.zip"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": [
"z",
"c++"
],
"default_subspecs": "Core",
"license": {
"type": "Commercial",
"text": " Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved.\n"
},
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "BuglyHotfix.framework",
"source_files": "BuglyHotfix.framework/Headers/*.h"
}
]
}