blob: 9fdb5ca31adb26077d241653727fa4667a7f15e8 [file] [log] [blame]
{
"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"
}