[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 8 / c / CodableSaveLoad / 1.2 / CodableSaveLoad.podspec.json
blob28ff01e318fb517ea3590224a1c30d02669cc408
2   "name": "CodableSaveLoad",
3   "version": "1.2",
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.2"
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"