[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 3 / Onfido / 3.0.0 / Onfido.podspec.json
blob89e877d6b66bebc05eec3be3f66f773468d8fb5a
2   "name": "Onfido",
3   "version": "3.0.0",
4   "summary": "A Swift client for the Onfido API and a collection of UI elements to capture photos of documents.",
5   "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.",
6   "homepage": "https://github.com/onfido/onfido-ios-sdk",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2016 Onfido, Ltd. All rights reserved.\n"
10   },
11   "authors": {
12     "Onfido, Ltd": "engineering@onfido.com"
13   },
14   "source": {
15     "http": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-Debug-v3.0.0.zip"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "vendored_frameworks": "Onfido.framework",
21   "preserve_paths": "Onfido.framework",
22   "source_files": "Onfido.framework/Headers/*.h",
23   "public_header_files": "Onfido.framework/Headers/*.h",
24   "resources": "Onfido.framework/Onfido-Onfido.bundle",
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "AVFoundation"
29   ],
30   "dependencies": {
31     "Alamofire": [
32       "< 4.5"
33     ],
34     "AlamofireObjectMapper": [
35       "~> 4.0"
36     ],
37     "MBProgressHUD": [
38       "~> 1.0.0"
39     ],
40     "ObjectMapper": [
41       "~> 2.2"
42     ],
43     "Swinject": [
44       "~> 2.0"
45     ],
46     "SwiftyJSON": [
47       "~> 3.1"
48     ]
49   }