blob: c902589daa506f7dff8d26f35284451762906a2f [file] [log] [blame]
{
"name": "forecast-ios-api",
"version": "0.0.4",
"summary": "A simple Objective-C wrapper for the Forecast.io API.",
"homepage": "https://github.com/okitsutakatomo/forecast-ios-api",
"license": "MIT",
"authors": {
"takatomo okitsu": "okitsu.takatomo.m@gmail.com"
},
"source": {
"git": "https://github.com/okitsutakatomo/forecast-ios-api.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Forecast",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}