blob: 0adf519a3c8fe4dae3fe61b83f35f5eb02b3cdff [file] [log] [blame]
{
"name": "OpenWeatherService",
"version": "1.0.0",
"summary": "Search API integration for https://openweathermap.org/api",
"platforms": {
"ios": "12.0",
"osx": "10.15"
},
"swift_versions": "5.0",
"description": "Search API integration for https://openweathermap.org/api. Build a weather app with ease, using this API integraton to fetch weather forecast from https://openweathermap.org/api.",
"homepage": "https://github.com/xuwei/OpenWeatherService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuwei": "email.xuwei@gmail.com"
},
"source": {
"git": "https://github.com/xuwei/OpenWeatherService.git",
"tag": "1.0.0"
},
"source_files": "OpenWeatherService/**/*",
"exclude_files": "OpenWeatherService/*.plist",
"public_header_files": "OpenWeatherService/**/*.h",
"swift_version": "5.0"
}