blob: cacf47dadf07fd6f063a52ca911233417ef6342b [file] [log] [blame]
{
"name": "CodablePersistenceStore",
"version": "1.0.1.alpha",
"summary": "A Disk wrapper which makes your live easier while working with Codable Structs.",
"description": "A Disk wrapper which makes your live easier while working with the new Codable Structs.\nPersist your data directly on the user's device.\nIt's simple.",
"homepage": "https://github.com/xmari0/CodablePersistenceStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mario Zimmermann": "info@mario-zmmrmnn.de"
},
"source": {
"git": "https://github.com/xmari0/CodablePersistenceStore.git",
"tag": "1.0.1.alpha"
},
"platforms": {
"ios": "11.0"
},
"source_files": "CodablePersistenceStore/Classes/**/*",
"dependencies": {
"Disk": [
"~> 0.3.3"
]
},
"pushed_with_swift_version": "3.0"
}