blob: 92d8bb3f6e0db4aaf2f1d3860011bbe5b7f9bd20 [file] [log] [blame]
{
"name": "suncalc-swift",
"module_name": "SunCalc",
"version": "0.2.1",
"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.1"
},
"source_files": "suncalc/**/*.swift"
}