blob: de09702814beee24e76aa055122fc37b281cc799 [file] [log] [blame]
{
"name": "CodablePersistenceStore",
"version": "2.1.4",
"summary": "A Disk wrapper which makes your live easier while working with the new Codable Type.",
"homepage": "https://github.com/xmari0/CodablePersistenceStore",
"license": "MIT",
"authors": {
"Mario Zimmermann": "info@mario-zmmrmnn.de"
},
"source": {
"git": "https://github.com/xmari0/CodablePersistenceStore.git",
"tag": "2.1.4"
},
"social_media_url": "https://twitter.com/xmari0_iOS",
"platforms": {
"ios": "11.0"
},
"source_files": "CodablePersistenceStore/Classes/**/*",
"dependencies": {
"Disk": [
"~> 0.3.3"
]
},
"default_subspecs": "Standard",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Standard",
"source_files": "CodablePersistenceStore/Classes/**/*"
}
]
}