[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 3 / Gini / 0.2.0 / Gini.podspec.json
blob62cdc8c3729bcba7a7673678b5f6b5309b58c85e
2   "name": "Gini",
3   "version": "0.2.0",
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.2.0"
18   },
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "DocumentsAPI",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Gini/Tests/Classes/*.swift",
29       "resources": "Gini/Tests/Assets/*",
30       "requires_app_host": true
31     }
32   ],
33   "subspecs": [
34     {
35       "name": "DocumentsAPI",
36       "source_files": "Gini/Classes/Documents/**/*"
37     },
38     {
39       "name": "Pinning",
40       "xcconfig": {
41         "OTHER_CFLAGS": "$(inherited) -DPINNING_AVAILABLE"
42       },
43       "dependencies": {
44         "TrustKit": [
45           "~> 1.6"
46         ],
47         "Gini/DocumentsAPI": [
49         ]
50       },
51       "source_files": "Gini/Classes/Pinning/**/*"
52     }
53   ],
54   "swift_version": "5.0"