[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / c / f / 7 / OnfidoCaptureSDK / 0.0.3-pre / OnfidoCaptureSDK.podspec.json
blob5bf1f818e1e2439793f3f84298503768fc940842
2   "name": "OnfidoCaptureSDK",
3   "version": "0.0.3-pre",
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/OnfidoCaptureSDK-Swift",
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://github.com/onfido/OnfidoCaptureSDK-Swift/raw/master/OnfidoCaptureSDK-v0.0.3-pre.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "resource_bundles": {
21     "OnfidoCaptureSDK": [
22       "_Dist/OnfidoCaptureSDK.framework/*.nib"
23     ]
24   },
25   "vendored_frameworks": "_Dist/OnfidoCaptureSDK.framework",
26   "preserve_paths": "_Dist/OnfidoCaptureSDK.framework",
27   "source_files": "_Dist/OnfidoCaptureSDK.framework/Headers/*.h",
28   "public_header_files": "_Dist/OnfidoCaptureSDK.framework/Headers/*.h",
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "AVFoundation"
33   ],
34   "dependencies": {
35     "AlamofireObjectMapper": [
36       "~> 3.0"
37     ]
38   }