| { |
| "name": "CodableJSON", |
| "version": "1.0.0", |
| "summary": "JSON in Swift - the way it should be", |
| "description": "Simplify the way that you use JSON objects.", |
| "homepage": "https://github.com/guykogus/CodableJSON", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Guy Kogus": "guy.kogus@gmail.com" |
| }, |
| "documentation_url": "http://www.json.org", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/guykogus/CodableJSON.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "CodableJSON/*.swift" |
| } |