blob: a5ea97cbe005106105631f7b97ca4058ef6999db [file] [log] [blame]
{
"name": "HPOpenWeather",
"version": "1.1.0",
"summary": "An API for OpenWeatherMap.org written in Swift",
"homepage": "https://henrikpanhans.de",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fri3ndlyGerman": "henrikpanhans@icloud.com"
},
"social_media_url": "https://twitter.com/HPanhans",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Fri3ndlyGerman/OpenWeatherSwift.git",
"tag": "1.1.0"
},
"source_files": [
"OpenWeatherSwift",
"OpenWeatherSwift/*.{plist,h,swift}"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"requires_arc": true
}