| { |
| "name": "SwiftySuncalc", |
| "version": "1.0.0", |
| "summary": "A Swift micro-library for finding sun and moon positions/phases.", |
| "homepage": "https://github.com/cristiangonzales/SwiftySuncalc", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Cristian Gonzales": "xcristian.gonzales@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/cristiangonzales/SwiftySuncalc.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "SwiftySuncalc/**/*.{swift}", |
| "frameworks": "Foundation", |
| "swift_version": "4.1" |
| } |