[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / c / 9 / SwiftyHASS / 0.2.0 / SwiftyHASS.podspec.json
blobecc4ffb645cfb298b4cb17b6ad9a4adb9260cf43
2   "name": "SwiftyHASS",
3   "version": "0.2.0",
4   "summary": "SwiftyHASS is a Framework for accessing Home Assistant for iOS.",
5   "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.",
6   "homepage": "https://github.com/mikepm35/SwiftyHASS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mikepm35": "mike.p.moritz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mikepm35/SwiftyHASS.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SwiftyHASS/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.3"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"