blob: 9fdcb3fec86033e0decfdc3993e01a87e2c3cfc5 [file] [log] [blame]
{
"name": "Onfido",
"version": "5.0.1",
"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/onfido-ios-sdk",
"license": {
"type": "Copyright",
"text": "Copyright 2016 Onfido, Ltd. All rights reserved.\n"
},
"authors": {
"Onfido, Ltd": "engineering@onfido.com"
},
"source": {
"http": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-Debug-v5.0.1.zip"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Onfido.framework",
"preserve_paths": "Onfido.framework",
"source_files": "Onfido.framework/Headers/*.h",
"public_header_files": "Onfido.framework/Headers/*.h",
"resources": "Onfido.framework/Onfido-Onfido.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"dependencies": {
"Alamofire": [
"< 4.5"
],
"AlamofireObjectMapper": [
"~> 4.0"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"ObjectMapper": [
"~> 2.2"
],
"Swinject": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.1"
]
}
}