blob: 450204f66ed9c1f1a7050f85b7c777e7ea20619b [file] [log] [blame]
{
"name": "SuperID_iOSSDK",
"version": "1.2.5.2",
"summary": "一登iOS SDK",
"description": "\t\t一登 SDK 为应用提供了便捷的刷脸登录模式。通过一登账号体系,移动终端用户可快速登录开发者应用。同时,一登 SDK 提供了人脸属性高级功能,让移动开发者可以基于人脸属性,为应用做更精准的数据推送\n一登 SDK 封装集成了最新的 OAuth2.0 授权方式,并将通讯过程封装于 SDK 内部,开发者仅需根据文档说明即可快速集成 SDK。\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://superid.me/",
"license": "MIT",
"authors": {
"SuperID": "support@superid.me"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/wanyakun/SuperID_iOSSDK.git",
"tag": "1.2.5.2"
},
"source_files": "SuperID_SDK/*.h",
"vendored_libraries": "SuperID_SDK/*a",
"resources": "SuperID_SDK/*.bundle",
"frameworks": [
"CoreTelephony",
"CoreMedia",
"AVFoundation"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "/usr/lib/libc++.dylib"
}
}