| { |
| "name": "DSON", |
| "version": "1.0.1", |
| "summary": "Damouse's GSON for Swift: type-based value conversion", |
| "description": "Damouse's GSON for Swift: type-based value conversion.", |
| "homepage": "https://github.com/damouse/DSON", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mickey Barboi": "mickey.barboi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/damouse/DSON.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": [ |
| "DSON", |
| "DSON/**/*.{swift,h,m}" |
| ], |
| "requires_arc": true |
| } |