blob: ecc4ffb645cfb298b4cb17b6ad9a4adb9260cf43 [file] [log] [blame]
{
"name": "SwiftyHASS",
"version": "0.2.0",
"summary": "SwiftyHASS is a Framework for accessing Home Assistant for iOS.",
"description": "SwiftyHASS is a Framework that exposes the Home Assistant API for use within an iOS project. Currently only supports retrieving and setting states on switches.",
"homepage": "https://github.com/mikepm35/SwiftyHASS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mikepm35": "mike.p.moritz@gmail.com"
},
"source": {
"git": "https://github.com/mikepm35/SwiftyHASS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftyHASS/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.3"
]
},
"pushed_with_swift_version": "3.0"
}