blob: 12cb421015a74a4072dbf6031dbe7331d6dd2975 [file] [log] [blame]
{
"name": "Forecastr",
"version": "0.2.0",
"summary": "A simple, asynchronous 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.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "Forecastr",
"resources": "Forecastr/*.plist",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4.1"
]
}
}