blob: 0a90b8abb71f42df10f22115c2de3934817a667d [file] [log] [blame]
{
"name": "Sunrise",
"summary": "A library to calculate Sunrise, Sunset, and Twilight times based on the user's current location and time zone.",
"version": "0.1.0",
"homepage": "https://github.com/bakkenbaeck/Sunrise",
"license": "MIT",
"authors": {
"Bakken & Bæck": "post@bakkenbaeck.no"
},
"source": {
"git": "https://github.com/bakkenbaeck/Sunrise.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/bakkenbaeck",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}