blob: 6a2d8a0b5800f73c6026ff834bb0cba37fe60665 [file] [log] [blame]
{
"name": "Solar",
"version": "2.1.0",
"summary": "A Swift library for generating Sunrise and Sunset times.",
"description": "A Swift library for generating Sunrise and Sunset times. All calculations take 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",
"watchos": "3.0",
"tvos": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ceek/Solar.git",
"tag": "2.1.0"
},
"source_files": "Solar/*.{swift}",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}