blob: 0a8548b5d4de3aa695e112eb951e02fc5cff60e1 [file] [log] [blame]
{
"name": "HPOpenWeather",
"version": "3.0.0-beta1",
"summary": "Cross-platform framework to communicate with the OpenWeatherMap JSON API",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/henrik-dmg/HPOpenWeather",
"authors": {
"henrik-dmg": "henrik@panhans.dev"
},
"social_media_url": "https://twitter.com/henrik_dmg",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/henrik-dmg/HPOpenWeather.git",
"tag": "3.0.0-beta1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"swift_versions": "5.0",
"requires_arc": true,
"dependencies": {
"HPNetwork": [
]
},
"swift_version": "5.0"
}