blob: aa9f51b2744e1d19acd01fcef9139ec694e17c6b [file] [log] [blame]
{
"name": "OnfidoCaptureSDK",
"version": "0.0.2-pre",
"summary": "A Swift client for the Onfido API and a collection of UI elements to capture photos of documents.",
"description": "This library aims to help mobile apps developers integrating with the Onfido Background Checks API\nby providing a Swift wrapper to the API and a collection of UI screens and elements to capture\nphotos of documents and faces for further facial recognition.",
"homepage": "https://github.com/onfido/OnfidoCaptureSDK-Swift",
"license": {
"type": "Copyright",
"text": "Copyright 2016 Onfido, Ltd. All rights reserved.\n"
},
"authors": {
"Onfido, Ltd": "engineering@onfido.com"
},
"source": {
"http": "https://github.com/onfido/OnfidoCaptureSDK-Swift/raw/master/OnfidoCaptureSDK-v0.0.2-pre.zip"
},
"platforms": {
"ios": "9.0"
},
"resource_bundles": {
"OnfidoCaptureSDK": [
"_Dist/OnfidoCaptureSDK.framework/Resources/*"
]
},
"vendored_frameworks": "_Dist/OnfidoCaptureSDK.framework",
"preserve_paths": "_Dist/OnfidoCaptureSDK.framework",
"source_files": "_Dist/OnfidoCaptureSDK.framework/Headers/*.h",
"public_header_files": "_Dist/OnfidoCaptureSDK.framework/Headers/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"dependencies": {
"AlamofireObjectMapper": [
"~> 3.0"
]
}
}