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