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