blob: b4876176a0b4f452681ab471f1cd9577acf0c7c0 [file] [log] [blame]
{
"name": "Solar",
"version": "0.0.2",
"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"
},
"source": {
"git": "https://github.com/ceek/Solar.git",
"tag": "0.0.2"
},
"source_files": "Source/*.{swift}",
"frameworks": "XCTest",
"requires_arc": true
}