blob: 82dfb757bf183e2d430588f55161bd390d8ea874 [file] [log] [blame]
{
"name": "ID-Card-Camera",
"module_name": "IDCardCamera",
"version": "1.3.1",
"summary": "Detects an ID card in a camera view and returns the de-warped image of the ID card.",
"homepage": "https://github.com/AppliedRecognition",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"jakubdolejs": "jakubdolejs@gmail.com"
},
"source": {
"git": "https://github.com/AppliedRecognition/ID-Card-Camera.git",
"tag": "v1.3.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "IDCardCamera/*.swift",
"resources": "IDCardCamera/*.{xcassets,xib}",
"resource_bundles": {
"IDCardCamera": "IDCardCamera/*.{xcassets,xib}"
},
"frameworks": [
"UIKit",
"Vision",
"Accelerate",
"CoreMedia",
"AVFoundation"
],
"appspecs": [
{
"name": "App",
"source_files": "TestApp/*.swift",
"resources": "TestApp/**/*.{xib,xcassets}",
"resource_bundles": {
"IDCardCameraTestApp": "TestApp/**/*.{xib,xcassets}"
}
}
],
"swift_version": "5.1"
}