blob: ea2ad1c1608ac20f9d6957f98c4de7c9b7fa5cca [file] [log] [blame]
{
"name": "DroiFeedbackSDK",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "**/DroiFeedback.framework",
"resources": "**/*.{png,xib}",
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "sqlite3",
"dependencies": {
"DroiCoreSDK": [
]
}
}