[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 2 / 3 / 7 / ID-Card-Camera / 1.2.1 / ID-Card-Camera.podspec.json
blob7cb947dc0b70bb0d3f324e533f517e4fc4ee8302
2   "name": "ID-Card-Camera",
3   "module_name": "IDCardCamera",
4   "version": "1.2.1",
5   "summary": "Detects an ID card in a camera view and returns the de-warped image of the ID card.",
6   "homepage": "https://github.com/AppliedRecognition",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE"
10   },
11   "authors": {
12     "jakubdolejs": "jakubdolejs@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AppliedRecognition/ID-Card-Camera.git",
16     "tag": "v1.2.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1"
24   ],
25   "source_files": "IDCardCamera/*.swift",
26   "resources": "IDCardCamera/*.{xcassets,xib}",
27   "resource_bundles": {
28     "IDCardCamera": "IDCardCamera/*.{xcassets,xib}"
29   },
30   "frameworks": [
31     "UIKit",
32     "Vision",
33     "Accelerate",
34     "CoreMedia",
35     "AVFoundation"
36   ],
37   "appspecs": [
38     {
39       "name": "App",
40       "source_files": "TestApp/*.swift",
41       "resources": "TestApp/**/*.{xib,xcassets}",
42       "resource_bundles": {
43         "IDCardCameraTestApp": "TestApp/**/*.{xib,xcassets}"
44       }
45     }
46   ],
47   "swift_version": "5.1"