blob: 73484e97728bd2b44c74dcbba838d0a9397664d6 [file] [log] [blame]
{
"name": "BuglyDynamic",
"version": "0.2.0",
"summary": "BuglyDynamic for components",
"description": "BuglyDynamic for components",
"homepage": "https://github.com/bbrichard/BuglyDynamic",
"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/BuglyDynamic/master/Products/BuglyDynamic.framework018.zip"
},
"frameworks": [
"SystemConfiguration",
"Security"
],
"default_subspecs": "zip",
"prepare_command": "touch BuglyDynamic.framework/Modules/module.modulemap\ncat <<-EOF > BuglyDynamic.framework/Modules/module.modulemap\nframework module BuglyDynamic {\n header \"Bugly.h\"\n header \"BuglyConfig.h\"\n header \"BuglyLog.h\"\n}\nEOF",
"subspecs": [
{
"name": "zip",
"ios": {
"vendored_frameworks": "*.framework"
}
}
]
}