[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / a / WeatherKit / 0.1.5-swift2.3 / WeatherKit.podspec.json
blob593e22f159c5eee215b84ac9d15ae14bf535425b
2   "name": "WeatherKit",
3   "version": "0.1.5-swift2.3",
4   "summary": "A simple swift kit for weather information, forecasts, and city searching. All weather information is from Yahoo!",
5   "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.",
6   "homepage": "https://github.com/YaxinCheng/WeatherKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yaxin Cheng": "yaxin.cheng@Dal.ca"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/YaxinCheng/WeatherKit.git",
19     "tag": "0.1.5-swift2.3"
20   },
21   "source_files": [
22     "WeatherKit",
23     "WeatherKit/**/*.{h,swift}"
24   ]