[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 4 / SessionMetadataKit / 1.0.9 / SessionMetadataKit.podspec.json
blob1b15892d384d79c7584dafb8d53a32ecaf9a822c
2   "name": "SessionMetadataKit",
3   "version": "1.0.9",
4   "summary": "A Swift & Objective-C library used by other Session libraries.",
5   "description": "A Swift & Objective-C library used by other Session libraries.",
6   "homepage": "https://github.com/loki-project/session-ios-metadata-kit",
7   "license": "GPLv3",
8   "authors": {
9     "Niels Andriesse": "niels@loki.network"
10   },
11   "source": {
12     "git": "https://github.com/loki-project/session-ios-metadata-kit.git",
13     "tag": "1.0.9"
14   },
15   "social_media_url": "https://getsession.org/",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "SignalMetadataKit/src/**/*.{h,m,mm,swift}",
22     "SignalMetadataKit/Private/**/*.{h,m,mm,swift}"
23   ],
24   "public_header_files": "SignalMetadataKit/src/**/*.h",
25   "compiler_flags": "-fcxx-modules",
26   "prefix_header_file": "SignalMetadataKit/SMKPrefix.h",
27   "xcconfig": {
28     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
29   },
30   "dependencies": {
31     "SessionAxolotlKit": [
32       "~> 1.0.7"
33     ],
34     "CocoaLumberjack": [
36     ],
37     "CryptoSwift": [
38       "~> 1.3"
39     ],
40     "SessionCurve25519Kit": [
41       "~> 2.1.2"
42     ],
43     "SessionHKDFKit": [
44       "~> 0.0.5"
45     ],
46     "SessionCoreKit": [
47       "~> 1.0.0"
48     ],
49     "SwiftProtobuf": [
50       "~> 1.5.0"
51     ]
52   },
53   "testspecs": [
54     {
55       "name": "Tests",
56       "test_type": "unit",
57       "source_files": "SignalMetadataKitTests/src/**/*.{h,m,swift}"
58     }
59   ]