blob: b7e97e7b5d598c0a9e2f8764e244ff9e3c4a90eb [file] [log] [blame]
{
"name": "MKWeatherUndergroundKit",
"version": "0.8.1",
"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"
}