[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 6 / SuperID_iOSSDK / 1.2.5.1 / SuperID_iOSSDK.podspec.json
blob0b15375b05c206257216a4e6bb10a4e3a561efc1
2   "name": "SuperID_iOSSDK",
3   "version": "1.2.5.1",
4   "summary": "一登iOS SDK",
5   "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",
6   "homepage": "http://superid.me/",
7   "license": "MIT",
8   "authors": {
9     "SuperID": "support@superid.me"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/wanyakun/SuperID_iOSSDK.git",
16     "tag": "1.2.5.1"
17   },
18   "source_files": "SuperID_SDK/*.h",
19   "vendored_libraries": "SuperID_SDK/*a",
20   "resources": "SuperID_SDK/*.bundle",
21   "frameworks": [
22     "CoreTelephony",
23     "CoreMedia",
24     "AVFoundation",
25     "libc++"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC -lstdc++"
30   }