blob: 8420576a20f80d7374b4210f0713adc50f49377c [file] [log] [blame]
{
"name": "Persistable",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Persistable.swift"
},
"requires_arc": true
}