blob: c8879998636accdb6902c6c710302532e88edbcb [file] [log] [blame]
{
"name": "suncalc-swift",
"version": "0.2.0",
"summary": "This is a swift 2 port for iOS of https://github.com/mourner/suncalc",
"homepage": "https://github.com/shanus/suncalc-swift",
"license": {
"type": "MIT"
},
"authors": {
"shanus": "shaun@chimani.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shanus/suncalc-swift.git",
"tag": "0.2.0"
},
"source_files": "suncalc/**/*.swift"
}