blob: 4e71e2bfaffef7eb2bb747373e4dd612630a4e9d [file] [log] [blame]
{
"name": "Forecastr",
"version": "0.0.1",
"summary": "A simple Objective-C wrapper for the Forecast.io API.",
"homepage": "https://github.com/iwasrobbed/Forecastr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rob Phillips",
"source": {
"git": "https://github.com/iwasrobbed/Forecastr.git",
"commit": "4638d7b2f6"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Forecastr",
"resources": "Forecastr/*.plist",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2"
]
}
}