blob: 28ff01e318fb517ea3590224a1c30d02669cc408 [file] [log] [blame]
{
"name": "CodableSaveLoad",
"version": "1.2",
"summary": "💾 Sample save&load for Codable",
"description": "This micro-framework helps loading & saving Codable data to JSON files.",
"homepage": "https://github.com/MaciejGad/CodableSaveLoad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maciej Gad": "https://github.com/MaciejGad"
},
"social_media_url": "https://twitter.com/maciej_gad",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/MaciejGad/CodableSaveLoad.git",
"tag": "v1.2"
},
"source_files": "CodableSaveLoad/*.swift",
"swift_versions": "4.2",
"dependencies": {
"PromiseKit": [
"~> 6.0"
]
},
"swift_version": "4.2"
}