blob: 77e569f3788aed2274e316939b5574de7ed9c93a [file] [log] [blame]
{
"name": "OpenWeatherMapAPI",
"version": "0.0.3",
"summary": "A simple api for getting data from http://openweathermap.org.",
"homepage": "http://github.com/adba/OpenWeatherMapAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Bak": "valinorsgatekeeper@gmail.com"
},
"source": {
"git": "https://github.com/adba/OpenWeatherMapAPI.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "OpenWeatherMapAPI/OpenWeatherMapAPI",
"public_header_files": "OpenWeatherMapAPI/OpenWeatherMapAPI/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
]
}
}