blob: 9398f1211a960dbc1489b6061500a1a14c4c9490 [file] [log] [blame]
{
"name": "KFOpenWeatherMapAPI",
"version": "0.2.2",
"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.2"
},
"source_files": "KFOpenWeatherMapAPI/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"JSONModel": [
"~> 0.9.1"
],
"AFNetworking": [
"~> 1.0"
]
}
}