blob: 0ea901276fdc132dcab549eeb8dd9cc3b3c4d780 [file] [log] [blame]
{
"name": "Onfido-Release",
"version": "5.1.0",
"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://github.com/onfido/onfido-ios-sdk-release/raw/master/builds/5.1.0/Onfido.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"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"Swinject": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.2"
}