blob: 537d4d77171680b7317e236321301b252e9f625b [file] [log] [blame]
{
"name": "WeatherKit",
"version": "0.1.1",
"summary": "A simple swift kit for weather information, forecasts, and city searching. All weather information is from Yahoo!",
"description": "A small concise Swift kit for retrieving weather info. No extra dependency needed. All weather information are from Yahoo! Weather. You can get weather and forecasts info in your local city. And you can even get info for any city you choose to see.",
"homepage": "https://github.com/YaxinCheng/WeatherKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yaxin Cheng": "yaxin.cheng@Dal.ca"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/YaxinCheng/WeatherKit.git",
"tag": "0.1.1"
},
"source_files": [
"WeatherKit",
"WeatherKit/**/*.{h,swift}"
]
}