| { |
| "name": "TOMLDeserializer", |
| "version": "0.2.5", |
| "summary": "Turn TOML data into Swift objects.", |
| "homepage": "https://github.com/dduan/TOMLDeserializer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Daniel Duan": "daniel@duan.ca" |
| }, |
| "social_media_url": "https://twitter.com/daniel_duan", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_versions": "5.1", |
| "source": { |
| "git": "https://github.com/dduan/TOMLDeserializer.git", |
| "tag": "0.2.5" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "requires_arc": true, |
| "module_name": "TOMLDeserializer", |
| "dependencies": { |
| "NetTime": [ |
| "~> 0.2.2" |
| ] |
| }, |
| "swift_version": "5.1" |
| } |