blob: a4916625d1f51cdc173acc4ee91f91cc205cb78e [file] [log] [blame]
{
"name": "YDAccount",
"version": "1.0.2",
"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",
"frameworks": [
"AdSupport",
"Security",
"CoreTelephony",
"CoreLocation",
"SystemConfiguration"
],
"libraries": "z",
"dependencies": {
"Masonry": [
],
"AFNetworking": [
"~> 3.0"
],
"BEMCheckBox": [
],
"WebViewJavascriptBridge": [
"~> 5.0"
]
}
}