| { |
| "name": "Persistable", |
| "version": "1.2.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.2.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "ios": { |
| "source_files": "Persistable.swift" |
| }, |
| "osx": { |
| "source_files": "Persistable.swift" |
| } |
| } |