blob: ecccce1616f1149ea60f593668e09f32cbbae9b4 [file] [log] [blame]
{
"name": "CZWeatherKit",
"version": "2.0.2",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Comyar Zaheri": ""
},
"homepage": "https://github.com/comyarzaheri/CZWeatherKit",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/comyarzaheri/CZWeatherKit.git",
"tag": "2.0.2"
},
"source_files": [
"CZWeatherKit/*.{h,m}",
"CZWeatherKit/**/*.{h,m}"
],
"module_name": "CZWeatherKit",
"requires_arc": true
}