| { |
| "name": "JSONUtilitiesWP", |
| "homepage": "https://github.com/willpowell8/JSONUtilities", |
| "version": "5.0.3", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Will Powell": "willpowell8@gmail.com" |
| }, |
| "summary": "Easily load JSON objects and decode them into structs or classes", |
| "source": { |
| "git": "https://github.com/willpowell8/JSONUtilities.git", |
| "tag": "5.0.3" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0", |
| "osx": "10.10", |
| "watchos": "2.0" |
| }, |
| "swift_versions": "4.2", |
| "swift_version": "4.2" |
| } |