blob: 90b1c86528abfe49d9592db56ae8985a0591a154 [file] [log] [blame]
{
"name": "IDmeSDK",
"version": "1.0.0",
"summary": "A native SDK that interfaces with the ID.me platform and scans & parses physical credentials.",
"homepage": "http://www.id.me",
"authors": {
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
},
"source": {
"git": "https://github.com/idme/ID.me-SDK-iOS.git",
"tag": "1.0.0"
},
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IDmeSDK.framework/Headers/*.h",
"resources": "IDmeSDK.bundle",
"requires_arc": true,
"ios": {
"vendored_frameworks": "IDmeSDK.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"preserve_paths": "IDmeSDK.framework",
"deprecated": true
}