blob: aa041310e30f91cb745abb99e1f28f5b1ac7ffd1 [file] [log] [blame]
{
"name": "HPOpenWeather",
"version": "2.0.0",
"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": "9.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/henrik-dmg/HPOpenWeather.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true
}