| { |
| "name": "SimpleJSONKit", |
| "version": "0.1.3", |
| "summary": "A Micro framework for easily parsing JSON in Swift 3 with rich error messages in less than 100 lines of code", |
| "homepage": "https://github.com/roonieone/SimpleJSONKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mark Malstrom": "malstrommark@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/markmalstrom", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "watchos": "3.0", |
| "tvos": "10.0" |
| }, |
| "frameworks": "Foundation", |
| "source": { |
| "git": "https://github.com/roonieone/SimpleJSONKit.git", |
| "tag": "0.1.3" |
| }, |
| "source_files": "Sources", |
| "pushed_with_swift_version": "3.1" |
| } |