blob: 68af059f31908544ceb9703f14c36fc259319f1f [file] [log] [blame]
{
"name": "BuglyHotfix",
"authors": {
"Tencent": "bugly@tencent.com"
},
"version": "1.1.0",
"summary": "BuglyHotfix iOS SDK",
"description": "iOS library for Bugly App Hotfix Service",
"homepage": "https://bugly.qq.com/",
"license": {
"type": "Copyright",
"text": " Copyright 2016 tencent.com. All rights reserved.\n"
},
"source": {
"http": "http://softfile.3g.qq.com/myapp/buglysdk/BuglyHotfix-1.1.0.zip"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"SystemConfiguration",
"Security",
"JavascriptCore"
],
"libraries": [
"z",
"c++"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "BuglyHotfix.framework",
"source_files": "BuglyHotfix.framework/Headers/*.h",
"dependencies": {
"JSPatch": [
]
}
}
]
}