blob: b3424ae72e053e5c748df074d380f5bac01936b5 [file] [log] [blame]
{
"name": "WeatherCore",
"version": "0.0.3",
"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.3"
},
"source_files": "WeatherCore/**/*.{h,m,swift}",
"swift_version": "5"
}