blob: 5fe71e654b02a8038e0449167e62f671f8640865 [file] [log] [blame]
{
"name": "Persistable",
"version": "1.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": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "Persistable.swift"
},
"osx": {
"source_files": "Persistable.swift"
},
"pushed_with_swift_version": "3.0"
}