blob: 532d9508cf83c9a5fbd05ff4b6223b04ed815f48 [file] [log] [blame]
{
"name": "Forecastr",
"version": "0.0.2",
"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",
"tag": "v0.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Forecastr",
"resources": "Forecastr/*.plist",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2"
]
}
}