blob: 235da09f879a5aa7f2e4bc06cf5a993babf8f37b [file] [log] [blame]
{
"name": "SunshineKit",
"summary": "Framework that calculates various Sun related data",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SunshineKit/Source/**/*.swift",
"ios": {
"frameworks": [
"Foundation",
"Accelerate",
"CoreLocation"
]
},
"swift_version": "4.0"
}