| { |
| "name": "DiveKit", |
| "version": "0.11.0", |
| "summary": "A framework to perform various scuba diving calculations.", |
| "description": "A framework to perform various scuba diving calculations, written in Swift.", |
| "homepage": "https://github.com/jaytrisw/DiveKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "author": "joshuatw@gmail.com" |
| }, |
| "documentation_url": "https://jaytrisw.github.io/DiveKit", |
| "platforms": { |
| "ios": "11.0", |
| "osx": "10.13", |
| "watchos": "4.0", |
| "tvos": "10.0" |
| }, |
| "swift_versions": "5.1", |
| "source": { |
| "git": "https://github.com/jaytrisw/DiveKit.git", |
| "tag": "0.11.0" |
| }, |
| "source_files": "Sources/DiveKit/**/*.swift", |
| "swift_version": "5.1" |
| } |