| { | |
| "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 | |
| } |