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