blob: 06b97ed69ac09285c2bafc6288bb6e973bef95f2 [file] [log] [blame]
{
"name": "SunshineKit",
"summary": "Framework that calculates various Sun related data",
"version": "1.1.1",
"homepage": "https://github.com/scytalion/SunshineKit",
"license": "MIT",
"authors": {
"Oleg Müller": "oleg@bitgrainedbytes.com"
},
"source": {
"git": "https://github.com/scytalion/SunshineKit.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SunshineKit/Source/**/*.swift",
"ios": {
"frameworks": [
"Foundation",
"Accelerate",
"CoreLocation"
]
},
"swift_version": "4.2"
}