blob: 32a2ee5fae6f11c9c3b0c99794b9b931baddb3bf [file] [log] [blame]
{
"name": "Persistable",
"version": "1.2.1",
"summary": "Simple type safe persistable values to use as settings within your app.",
"homepage": "https://github.com/dclelland/Persistable",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Persistable.git",
"tag": "1.2.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "Persistable.swift"
},
"osx": {
"source_files": "Persistable.swift"
}
}