blob: 5ac04e492358641d848e8e3214214a7e522d8dfd [file] [log] [blame]
{
"name": "MKWeatherUndergroundKit",
"version": "0.4",
"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": null
},
"source": {
"git": "https://github.com/MendyK/MKWeatherUndergroundKit.git",
"tag": "0.4"
},
"source_files": "MKWeatherUndergroundKit/*.{h,m}",
"resources": "MKWeatherUndergroundKit/Climacons.ttf",
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"CoreLocation"
]
}