[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.1.5 / SwiftyHue.podspec.json
blob2d36fcb161f9ae12938aa9932ecb1d3a4d6f7458
2   "name": "SwiftyHue",
3   "version": "0.1.5",
4   "summary": "Philips Hue SDK written in swift.",
5   "description": "Philips Hue SDK written in swift. Work in progress.",
6   "homepage": "https://github.com/Spriter/SwiftyHue.git",
7   "license": "MIT",
8   "authors": {
9     "Marcel Dittmann": "marceldittmann@gmx.de",
10     "Jerome Schmitz": "jerome.schmitz@gmx.net",
11     "Nils Lattek": "nilslattek@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Spriter/SwiftyHue.git",
15     "tag": "v0.1.5"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "ENABLE_TESTABILITY[config=Debug]": "YES"
23   },
24   "source_files": "SwiftyHue/Classes/**/*",
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.4.0"
28     ],
29     "Gloss": [
30       "~> 0.7"
31     ],
32     "CocoaAsyncSocket": [
33       "~> 7.4.3"
34     ],
35     "Log": [
36       "~> 0.5"
37     ]
38   }