blob: 11a02db2821552576e9b3bbdda6d18841e1c79b5 [file] [log] [blame]
{
"name": "CZWeatherKit",
"version": "2.2.6",
"summary": "A Simple Cocoa Weather Library.",
"description": "CZWeatherKit is a simple, extensible weather library for iOS and OS X \nthat allows for easy downloading of weather data from various weather services.",
"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.2.6"
},
"module_name": "CZWeatherKit",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": [
"CZWeatherKit/*.{h,m}",
"CZWeatherKit/**/*.{h,m}"
],
"dependencies": {
"PINCache": [
"~> 2.1"
]
}
}