blob: f81d2429da9c491411413ad4f10e458d140af2ce [file] [log] [blame]
{
"name": "DroiFeedbackSDK",
"version": "0.1.8",
"summary": "卓易反馈",
"description": "帮助开发者快速集成反馈功能",
"homepage": "https://github.com/DroiBaaS",
"license": "MIT",
"authors": {
"DoriBaaS": "droiinfo@droi.com"
},
"source": {
"git": "https://github.com/DroiBaaS/DroiFeedbackSDK-iOS.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "**/DroiFeedback.framework",
"resources": "**/*.{bundle}",
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "sqlite3",
"dependencies": {
"DroiCoreSDK": [
]
}
}