blob: b574561f8462fc071eb9e31d0427c834fb43d0af [file] [log] [blame]
{
"name": "DroiSMS_UI",
"version": "0.0.2",
"summary": "卓易短信 SDK UI界面版",
"description": "帮助开发者快速集成短信验证功能",
"homepage": "https://github.com/DroiBaaS",
"license": "MIT",
"authors": {
"DoriBaaS": "droiinfo@droi.com"
},
"source": {
"git": "https://github.com/DroiBaaS/DroiSMS_UISDK-iOS.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "**/DroiSMS_UI.framework",
"resources": "**/*.{bundle}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"DroiCoreSDK": [
],
"DroiSMSSDK": [
],
"MBProgressHUD": [
]
}
}