blob: 01c0e7ad638c98157fc327093859500fad62d08e [file] [log] [blame]
{
"name": "SmileWeather",
"version": "0.0.2",
"summary": "A library for Search & Parse the weather data from Wunderground conveniently.",
"description": " 1. Handle all complicated things about Search & Parse the weather data.\n 2. Need not any weather icon, SmileWeather handle it for you.\n 3. Fully localized the related information for almost all the countries in the world.\n",
"homepage": "https://github.com/liu044100/SmileWeather",
"screenshots": "https://raw.githubusercontent.com/liu044100/SmileWeather/master/SmileWeather-Example/demo_gif/pro_big1.png",
"license": "MIT",
"authors": {
"Rain": "liu044100@gmail.com"
},
"social_media_url": "https://dribbble.com/yuchenliu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/liu044100/SmileWeather.git",
"tag": "0.0.2"
},
"source_files": "SmileWeather/Classes/*",
"resources": [
"SmileWeather/Assets/*"
],
"public_header_files": "SmileWeather/Classes/*.h",
"frameworks": [
"UIKit",
"CoreLocation"
]
}