blob: 5f488b7cc89e9e34b5a552b63b33a755f009d702 [file] [log] [blame]
{
"name": "SmileWeather",
"version": "0.2.3",
"summary": "A library for Search & Parse the weather data from Wunderground conveniently.",
"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.",
"homepage": "https://github.com/liu044100/SmileWeather",
"screenshots": "https://raw.githubusercontent.com/liu044100/SmileWeather/master/SmileWeather-Example/demo_gif/new_pro.jpg",
"license": "MIT",
"authors": {
"Rain": "liu044100@gmail.com"
},
"social_media_url": "https://dribbble.com/yuchenliu",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreLocation"
],
"resources": [
"SmileWeather/Assets/*.png",
"SmileWeather/Assets/*.ttf",
"SmileWeather/Assets/*.xib"
]
},
"watchos": {
"frameworks": "CoreLocation",
"resources": [
"SmileWeather/Assets/*.ttf"
]
},
"requires_arc": true,
"source": {
"git": "https://github.com/liu044100/SmileWeather.git",
"tag": "0.2.3"
},
"source_files": "SmileWeather/Classes/*",
"public_header_files": "SmileWeather/Classes/*.h"
}