blob: d8a072406d5a00e284e8c36f9d63834b71a178d5 [file] [log] [blame]
{
"name": "YDAccount",
"version": "2.0",
"summary": "优点账户SDK",
"description": "优点账户系统,具备账号注册、登陆、修改密码、绑定手机、查看用户信息等账号系统基本功能,后续会持续更新并完善。",
"homepage": "https://www.dataeye.com",
"license": "MIT",
"authors": {
"xqwang": "wxq491216@163.com"
},
"source": {
"git": "https://github.com/DataEye/YDAccount.git"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YDAccount/*.h",
"vendored_libraries": "YDAccount/*.a",
"resources": "YDAccount/YDAccountResource.bundle",
"libraries": "z",
"dependencies": {
"Masonry": [
],
"AFNetworking": [
"~> 3.0"
],
"IQKeyboardManager": [
],
"WebViewJavascriptBridge": [
"~> 5.0"
],
"MBProgressHUD": [
]
}
}