[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / c / 9 / SwiftyHASS / 0.1.0 / SwiftyHASS.podspec.json
blobd3b03c8f913fdb145d4db8ecde4dc0a3fce9604e
2   "name": "SwiftyHASS",
3   "version": "0.1.0",
4   "summary": "SwiftyHASS is a Framework for accessing Home Assistant.",
5   "description": "SwiftyHASS is a Framework that exposes the Home Assistant API for use within an iOS project.",
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.1.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"