[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / 2 / SmileWeather / 0.1.7 / SmileWeather.podspec.json
blobdbc5ca5cbf9116e66709542ef38af486014c5389
2   "name": "SmileWeather",
3   "version": "0.1.7",
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.",
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": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/liu044100/SmileWeather.git",
19     "tag": "0.1.7"
20   },
21   "source_files": "SmileWeather/Classes/*",
22   "resources": [
23     "SmileWeather/Assets/*.png",
24     "SmileWeather/Assets/*.ttf",
25     "SmileWeather/Assets/*.xib"
26   ],
27   "public_header_files": "SmileWeather/Classes/*.h",
28   "frameworks": [
29     "UIKit",
30     "CoreLocation"
31   ]