[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / 2 / SmileWeather / 0.2.3 / SmileWeather.podspec.json
blob5f488b7cc89e9e34b5a552b63b33a755f009d702
2   "name": "SmileWeather",
3   "version": "0.2.3",
4   "summary": "A library for Search & Parse the weather data from Wunderground conveniently.",
5   "description": "1. Handle all complicated things about Search & Parse the weather data.\n2. Need not any weather icon, SmileWeather handle it for you.\n3. Fully localized the related information for almost all the countries in the world.\n4. Support Today Extension & WatchOS 2.",
6   "homepage": "https://github.com/liu044100/SmileWeather",
7   "screenshots": "https://raw.githubusercontent.com/liu044100/SmileWeather/master/SmileWeather-Example/demo_gif/new_pro.jpg",
8   "license": "MIT",
9   "authors": {
10     "Rain": "liu044100@gmail.com"
11   },
12   "social_media_url": "https://dribbble.com/yuchenliu",
13   "platforms": {
14     "ios": "8.0",
15     "watchos": "2.0"
16   },
17   "ios": {
18     "frameworks": [
19       "UIKit",
20       "CoreLocation"
21     ],
22     "resources": [
23       "SmileWeather/Assets/*.png",
24       "SmileWeather/Assets/*.ttf",
25       "SmileWeather/Assets/*.xib"
26     ]
27   },
28   "watchos": {
29     "frameworks": "CoreLocation",
30     "resources": [
31       "SmileWeather/Assets/*.ttf"
32     ]
33   },
34   "requires_arc": true,
35   "source": {
36     "git": "https://github.com/liu044100/SmileWeather.git",
37     "tag": "0.2.3"
38   },
39   "source_files": "SmileWeather/Classes/*",
40   "public_header_files": "SmileWeather/Classes/*.h"