blob: cb28157e7ebe1f26ac4122d918c2c5e7db7bb450 [file] [log] [blame]
{
"name": "MKWeatherUndergroundKit",
"version": "0.8",
"summary": "A simple iOS and OS X library for retrieving weather information using the Weather Underground API",
"homepage": "https://github.com/MendyK/MKWeatherUndergroundKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mendy Krinsky": "mendyk3@gmail.com"
},
"social_media_url": "https://twitter.com/MenndK",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MendyK/MKWeatherUndergroundKit.git",
"tag": "0.8"
},
"source_files": "MKWeatherUndergroundKit/*.{h,m}",
"resources": "MKWeatherUndergroundKit/Climacons.ttf",
"requires_arc": true,
"frameworks": "CoreLocation"
}