blob: a37ca8e865c9ff1c5f91b7c9f8681930428fda8f [file] [log] [blame]
{
"name": "WeatherCore",
"version": "0.0.1",
"summary": "Weather data component",
"description": "WeatherCore collects weather informations from openweathermap API",
"homepage": "https://github.com/thachani/WeatherCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tarek HACHANI": "hachani1tarek@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/thachani/WeatherCore.git",
"tag": "0.0.1"
},
"source_files": "WeatherCore/**/*.{h,m,swift}",
"swift_version": "5"
}