blob: 56ebe6c1480a30c922d1246d0e835759365bd4b5 [file] [log] [blame]
{
"name": "BuglyHotfixDynamic",
"version": "0.0.1",
"summary": "BuglyHotfixDynamic for components",
"description": "BuglyHotfixDynamic for components",
"homepage": "https://github.com/bbrichard/BuglyHotfixDynamic",
"license": "MIT. Copyright (c) 2019年 BB. All rights reserved.",
"authors": {
"Richard": "Richard@seektopser.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://raw.githubusercontent.com/bbrichard/BuglyHotfixDynamic/master/Products/BuglyHotfixDynamic.framework001.zip"
},
"frameworks": [
"SystemConfiguration",
"Security"
],
"default_subspecs": "zip",
"prepare_command": "touch BuglyHotfixDynamic.framework/Modules/module.modulemap\ncat <<-EOF > BuglyHotfixDynamic.framework/Modules/module.modulemap\nframework module BuglyHotfixDynamic {\n header \"Bugly.h\"\n header \"BuglyConfig.h\"\n header \"BuglyLog.h\"\n header \"BuglyMender.h\"\n}\nEOF",
"subspecs": [
{
"name": "zip",
"ios": {
"vendored_frameworks": "*.framework"
}
}
]
}