[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / 3 / 7 / ID-Card-Camera / 1.4.2 / ID-Card-Camera.podspec.json
blob8d50dd6fcb75348af92bd8d06156dc23c886ff45
2   "name": "ID-Card-Camera",
3   "module_name": "IDCardCamera",
4   "version": "1.4.2",
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.4.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5",
22   "source_files": "Sources/IDCardCamera/*.swift",
23   "resource_bundles": {
24     "IDCardCameraResources": "Sources/IDCardCamera/Resources/*.{xcassets,xib}"
25   },
26   "frameworks": [
27     "UIKit",
28     "Vision",
29     "Accelerate",
30     "CoreMedia",
31     "AVFoundation"
32   ],
33   "appspecs": [
34     {
35       "name": "App",
36       "source_files": "Sources/TestApp/*.swift",
37       "resources": "Sources/TestApp/**/*.{xib,xcassets}"
38     }
39   ],
40   "swift_version": "5"