blob: 97c4d83c5a72d8fc1f62392d29b3cbd810ff405f [file] [log] [blame]
{
"name": "ForecastIOClient",
"version": "0.2.1",
"summary": "A Swift forecast.io API client.",
"homepage": "https://github.com/pwillsey/ForecastIOClient",
"license": "MIT",
"authors": {
"Peter Willsey": "pwillsey@gmail.com"
},
"source": {
"git": "https://github.com/pwillsey/ForecastIOClient.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/pwillsey",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"SwiftyJSON": [
]
}
}