blob: f77bf8da332e991330d784683ebbba4545d513e3 [file] [log] [blame]
{
"name": "Persistable",
"version": "1.3.0",
"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.3.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "Persistable.swift"
},
"osx": {
"source_files": "Persistable.swift"
},
"swift_version": "5.0"
}