-
Notifications
You must be signed in to change notification settings - Fork 4
/
SuperID.podspec.json
39 lines (38 loc) · 1.06 KB
/
SuperID.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "SuperID",
"version": "1.9.9.1",
"license": {
"type": "Copyright",
"text": "LICENSE Copyright 2015 superid.me, Inc. All rights reserved."
},
"homepage": "http://superid.me/",
"summary": "为iOS、Android应用提供「刷脸登录」功能,简化注册、登录流程。SuperID SDK FaceLogin",
"authors": "SuperID",
"source": {
"git" : "https://github.com/SuperID/superid-ios-sdk.git",
"tag": "1.9.9.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "SuperID-SDK-iOS/*.h",
"vendored_libraries": "SuperID-SDK-iOS/libSuperIDSDK.a",
"source_files": [
"SuperID-SDK-iOS/"
],
"preserve_paths": "SuperID-SDK-iOS/*.a",
"resources": "SuperID-SDK-iOS/SuperIDSDKSettings.bundle",
"frameworks": [
"Foundation",
"AVFoundation",
"CoreMedia",
"CoreTelephony"
],
"libraries": ["c++", "SuperIDSDK"],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SuperID/SuperID-SDK-iOS\"",
"ENABLE_BITCODE" : "NO"
}
}