[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 5 / Hue / 5.0.0 / Hue.podspec.json
blob234dfddb4b9bb8fd1fd285ccbe1ca9db4272aec3
2   "name": "Hue",
3   "summary": "The all-in-one coloring utility that you'll ever need.",
4   "version": "5.0.0",
5   "homepage": "https://github.com/zenangst/Hue",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Winterkvist": "christoffer@winterkvist.com"
9   },
10   "source": {
11     "git": "https://github.com/zenangst/Hue.git",
12     "tag": "5.0.0"
13   },
14   "social_media_url": "https://twitter.com/zenangst",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.11"
20   },
21   "ios": {
22     "source_files": "Source/iOS+tvOS/**/*",
23     "frameworks": "UIKit"
24   },
25   "tvos": {
26     "source_files": "Source/iOS+tvOS/**/*",
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "source_files": "Source/macOS/**/*",
31     "frameworks": "AppKit"
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "5.0"
35   }