blob: 60b2e2d93a56f6ab273c078a7efa0134c47c2f0c [file] [log] [blame]
{
"name": "IDmeSDK",
"version": "1.0.1",
"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.1"
},
"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
}