blob: a19485d71f48a50e14dfe4fcd4638de4850d27ce [file] [log] [blame]
{
"name": "SuperID",
"version": "1.2.8",
"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_iOSSDK.git",
"tag": "1.2.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "SuperID_SDK/*.h",
"vendored_libraries": "SuperID_SDK/libSuperIDSDK.a",
"source_files": [
"SuperID_SDK/"
],
"preserve_paths": "SuperID_SDK/*.a",
"frameworks": [
"Foundation",
"AVFoundation",
"CoreMedia",
"CoreTelephony"
],
"libraries": [
"c++",
"SuperIDSDK"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SuperID/SuperID_SDK\""
}
}