blob: 084fa54c43c935764020b60ba3196d3df217e798 [file] [log] [blame]
{
"name": "HPDarkSky",
"version": "1.2.0",
"summary": "Cross-platform framework to communicate with the DarkSky JSON API",
"license": "MIT",
"homepage": "https://github.com/henrik-dmg/HPDarkSky",
"authors": {
"henrik-dmg": "henrik@panhans.dev"
},
"social_media_url": "https://twitter.com/henrik_dmg",
"platforms": {
"ios": "8.0",
"watchos": "3.0",
"osx": "10.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/henrik-dmg/HPDarkSky.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_versions": "5.1",
"requires_arc": true,
"dependencies": {
"HPNetwork": [
]
},
"swift_version": "5.1"
}