| { |
| "name": "Bourne", |
| "version": "1.0.0", |
| "summary": "A JSON parser", |
| "description": "A faster JSON parser.", |
| "homepage": "https://github.com/nanoxd/Bourne", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Fernando Paredes": "nano@fdp.io" |
| }, |
| "social_media_url": "https://twitter.com/nanoxd", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/nanoxd/Bourne.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/**/*", |
| "frameworks": "Foundation", |
| "pushed_with_swift_version": "3.1" |
| } |