| { |
| "name": "JSONBuilder", |
| "version": "0.1.0", |
| "summary": "JSON Builder for Swift 3", |
| "authors": { |
| "Axel Etcheverry": "axel@etcheverry.biz" |
| }, |
| "source": { |
| "git": "https://github.com/euskadi31/json-builder-swift.git", |
| "tag": "v0.1.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Sources/**/*.swift", |
| "homepage": "https://github.com/euskadi31/json-builder-swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "social_media_url": "http://twitter.com/euskadi31", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0" |
| }, |
| "pushed_with_swift_version": "3.0.2" |
| } |