[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 8 / c / CodableSaveLoad / 1.1 / CodableSaveLoad.podspec.json
blobfd04912e8ec5159682be6b4b75a553ffaa5061f3
2   "name": "CodableSaveLoad",
3   "version": "1.1",
4   "summary": "💾 Sample save&load for Codable",
5   "description": "This micro-framework helps loading & saving Codable data to JSON files.",
6   "homepage": "https://github.com/MaciejGad/CodableSaveLoad",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maciej Gad": "https://github.com/MaciejGad"
13   },
14   "social_media_url": "https://twitter.com/maciej_gad",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/MaciejGad/CodableSaveLoad.git",
20     "tag": "v1.1"
21   },
22   "source_files": "CodableSaveLoad/*.swift",
23   "swift_versions": "4.2",
24   "dependencies": {
25     "PromiseKit": [
26       "~> 6.0"
27     ]
28   },
29   "swift_version": "4.2"