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