blob: bc23b0c6d9e61abcb28409018906abd51a0b7ec3 [file] [log] [blame]
{
"name": "Solar",
"version": "1.0.0",
"summary": "A Swift library for generating Sunrise and Sunset times.",
"description": "A Swift library for generating Sunrise and Sunset times. All processing takes place locally without the need for a network request.",
"homepage": "http://github.com/ceek/solar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Howell": "chris.kevin.howell@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ceek/Solar.git",
"tag": "1.0.0"
},
"source_files": "Solar/Solar/*.{swift}",
"requires_arc": true
}