[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 7 / b / f / SuperID / 1.3.0 / SuperID.podspec.json
blob9062b1ae70dac27b11a6a1362f3232cff5f91a53
2   "name": "SuperID",
3   "version": "1.3.0",
4   "license": {
5     "type": "Copyright",
6     "text": "LICENSE Copyright 2015 superid.me, Inc. All rights reserved."
7   },
8   "homepage": "http://superid.me/",
9   "summary": "为iOS、Android应用提供「刷脸登录」功能,简化注册、登录流程。SuperID SDK FaceLogin",
10   "authors": "SuperID",
11   "source": {
12     "git": "https://github.com/SuperID/SuperID_iOSSDK.git",
13     "tag": "1.3.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "SuperID_SDK/*.h",
20   "vendored_libraries": "SuperID_SDK/libSuperIDSDK.a",
21   "source_files": [
22     "SuperID_SDK/"
23   ],
24   "preserve_paths": "SuperID_SDK/*.a",
25   "frameworks": [
26     "Foundation",
27     "AVFoundation",
28     "CoreMedia",
29     "CoreTelephony"
30   ],
31   "libraries": [
32     "c++",
33     "SuperIDSDK"
34   ],
35   "xcconfig": {
36     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
37     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SuperID/SuperID_SDK\""
38   }