[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 7 / b / f / SuperID / 1.6.0 / SuperID.podspec.json
blobe7c0e990bdc0a549e894e48781e66691742a7054
2   "name": "SuperID",
3   "version": "1.6.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-ios-sdk.git",
13     "tag": "1.6.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "SuperID-SDK-iOS/*.h",
20   "vendored_libraries": "SuperID-SDK-iOS/libSuperIDSDK.a",
21   "source_files": [
22     "SuperID-SDK-iOS/"
23   ],
24   "preserve_paths": "SuperID-SDK-iOS/*.a",
25   "resources": "SuperID-SDK-iOS/SuperIDSDKSettings.bundle",
26   "frameworks": [
27     "Foundation",
28     "AVFoundation",
29     "CoreMedia",
30     "CoreTelephony"
31   ],
32   "libraries": [
33     "c++",
34     "SuperIDSDK"
35   ],
36   "xcconfig": {
37     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
38     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SuperID/SuperID-SDK-iOS\""
39   }