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