blob: aa9989c828ebffba6a6b173f9c82046c7e45c34d [file] [log] [blame]
{
"name": "CZWeatherKit",
"version": "0.7.0",
"summary": "A Simple Cocoa Weather Library.",
"description": " CZWeatherKit is a simple, extensible weather library for iOS and OS X \n that allows for easy downloading of weather data from various weather services.\n",
"homepage": "http://www.comyar.io/projects/czweatherkit",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Comyar Zaheri": "comyarzaheri@utexas.edu"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/CZWeatherKit/CZWeatherKit.git",
"tag": "0.7.0"
},
"source_files": [
"CZWeatherKit/*.{h,m}",
"CZWeatherKit/**/*.{h,m}"
],
"requires_arc": true
}