[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / e / 3 / Gini / 0.1.2 / Gini.podspec.json
blob8efc7ff629b45b22dde0d561078a4586d5e89aed
2   "name": "Gini",
3   "version": "0.1.2",
4   "summary": "Gini library for scanning documents",
5   "description": "Gini provides an information extraction system for analyzing documents (e. g. invoices or\ncontracts), specifically information such as the document sender or the amount to pay in an invoice.",
6   "homepage": "https://www.gini.net/en/developer/",
7   "license": {
8     "type": "Private",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gini GmbH": "hello@gini.net"
13   },
14   "social_media_url": "https://twitter.com/Gini",
15   "source": {
16     "git": "https://github.com/gini/gini-ios.git",
17     "tag": "0.1.2"
18   },
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "DocumentsAPI",
24   "swift_version": "5.0",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Gini/Tests/Classes/*.swift",
30       "resources": "Gini/Tests/Assets/*",
31       "requires_app_host": true
32     }
33   ],
34   "subspecs": [
35     {
36       "name": "DocumentsAPI",
37       "source_files": "Gini/Classes/Documents/**/*"
38     },
39     {
40       "name": "Pinning",
41       "xcconfig": {
42         "OTHER_CFLAGS": "$(inherited) -DPINNING_AVAILABLE"
43       },
44       "dependencies": {
45         "TrustKit": [
46           "~> 1.6"
47         ],
48         "Gini/DocumentsAPI": [
50         ]
51       },
52       "source_files": "Gini/Classes/Pinning/**/*"
53     }
54   ]