blob: 2d3b0b32dc6ff86a8020b982ff555a983e1ac16f [file] [log] [blame]
{
"name": "MBOpenWeather",
"version": "0.1.0",
"summary": "MBOpenWeather is a pod that uses OpenWeatherMap API to return weather information for a specific location.",
"description": "MBOpenWeather is a simple OpenWeatherMap API Wrapper that allows for :\n\n- [x] Making seemless API Calls\n- [x] Retrieving Weather information about a specified location (By ID, Coordinates or Name)\n- [x] Returning simplified, human-readable values",
"homepage": "https://github.com/iMhdi/MBOpenWeather",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"m.boukhris@gmail.com": "m.boukhris@gmail.com"
},
"source": {
"git": "https://github.com/iMhdi/MBOpenWeather.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "MBOpenWeather/Classes/**/*"
}