blob: 3dcce296a726597a94cdbba91b9f4ab6001fb7bf [file] [log] [blame]
{
"name": "CodablePersistenceStore",
"version": "1.0.0.alpha",
"summary": "A Disk wrapper which makes your live easier while working with Codable.",
"description": "TODO: Add long description of the pod here.",
"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.0.alpha"
},
"platforms": {
"ios": "11.0"
},
"source_files": "CodablePersistenceStore/Classes/**/*",
"dependencies": {
"Disk": [
"~> 0.3.3"
]
},
"pushed_with_swift_version": "3.0"
}