| { |
| "name": "FreeformJSON", |
| "version": "0.1.1", |
| "summary": "Type-safe freeform JSON data structure with Codable support for Swift", |
| "description": "FreeformJSON is a tiny data structure that allows you to create and/or access freeform JSON data in a type safe manner, while still enjoying the benefits of the Codable protocol", |
| "homepage": "https://github.com/fabiorodella/FreeformJSON", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Fabio Rodella": "fabiorodella@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/fabiorodella/FreeformJSON.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "Sources/**/*", |
| "frameworks": "Foundation", |
| "swift_version": "4.0" |
| } |