blob: da4359eb277b9b3ba29dd40385c4c7397875bda8 [file] [log] [blame]
{
"name": "OpenWeatherMapKit",
"version": "0.2.0",
"summary": "Simple and handy access to OpenWeatherMap service right in your application.",
"description": "🌦 OpenWeatherMapKit is a small and simple framework written in Swift that gives you access to all features of the OpenWeatherMap service's APIs right in your iOS / macOS / watchOS/ tvOS application. ☔️",
"homepage": "https://github.com/anverbogatov/OpenWeatherMapKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anver Bogatov": "anver.bogatoff@gmail.com"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/anverbogatov/OpenWeatherMapKit.git",
"tag": "0.2.0"
},
"source_files": "OpenWeatherMapKit/**/*.swift"
}