[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 1 / KeyValueStorage / 2.0.0 / KeyValueStorage.podspec.json
blob21df876461b3f85ff424e94c6ecc90a4d59ea192
2   "name": "KeyValueStorage",
3   "version": "2.0.0",
4   "platforms": {
5     "ios": "12.4"
6   },
7   "swift_versions": [
8     "5.0",
9     "5.1",
10     "5.2",
11     "5.3"
12   ],
13   "authors": "Ricardo Rauber Pereira",
14   "license": "MIT",
15   "homepage": "http://ricardorauber.com",
16   "source": {
17     "git": "https://github.com/ricardorauber/KeyValueStorage.git",
18     "tag": "2.0.0"
19   },
20   "summary": "A key-value storage module for Swift projects",
21   "pod_target_xcconfig": {
22     "ENABLE_TESTABILITY": "YES"
23   },
24   "source_files": "Classes/**/*",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "requires_app_host": true,
30       "source_files": "Tests/**/*",
31       "dependencies": {
32         "Nimble": [
33           "8.1.2"
34         ],
35         "Quick": [
36           "3.0.0"
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.3"