blob: 917b3318ddc43eaa7059821fbca9a0b80b9bf8a1 [file] [log] [blame]
{
"name": "KFOpenWeatherMapAPI",
"version": "0.2.3",
"summary": "an OpenWeatherMap API Client",
"description": " A client connecting to the OpenWeatherMap API for fetching current weather data, interval/daily forecasts, and searching cities.\n",
"homepage": "https://github.com/ricobeck/KFOpenWeatherMapAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rico becker": "rico.becker@kf-interactive.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/ricobeck/KFOpenWeatherMapAPI.git",
"tag": "0.2.3"
},
"source_files": "KFOpenWeatherMapAPI/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"JSONModel": [
"~> 0.9.1"
],
"AFNetworking": [
"~> 1.0"
]
}
}