blob: 853d486f4f63125db163082186ebf191b6f215e9 [file] [log] [blame]
{
"name": "MKWeatherUndergroundKit",
"version": "0.8.11",
"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": "v0.8.11"
},
"source_files": "MKWeatherUndergroundKit/*.{h,m}",
"resources": "MKWeatherUndergroundKit/Climacons.ttf",
"requires_arc": true,
"frameworks": "CoreLocation"
}