[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 1 / HUSLSwift / 1.0.0 / HUSLSwift.podspec.json
blob25558349c6b3b9cb0aad4daf7bd11d2774359336
2   "name": "HUSLSwift",
3   "version": "1.0.0",
4   "summary": "Swift port of HUSL, a human-friendly alternative to HSL",
5   "homepage": "https://github.com/husl-colors/husl-swift",
6   "license": {
7     "type": "MIT",
8     "text": "@see LICENSE"
9   },
10   "authors": {
11     "Clay Smith": "s.clay.smith@gmail.com",
12     "Alexei Boronine": "alexei@boronine.com"
13   },
14   "source": {
15     "git": "https://github.com/husl-colors/husl-swift.git",
16     "tag": "v1.0.0"
17   },
18   "default_subspecs": "HUSL",
19   "requires_arc": true,
20   "xcconfig": {
21     "SWIFT_INSTALL_OBJC_HEADER": "NO"
22   },
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.11"
26   },
27   "subspecs": [
28     {
29       "name": "HUSL",
30       "source_files": "Source/*.{swift}",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "UIKit",
35       "ios": {
36         "source_files": "Extensions/UIKit/*.{swift}",
37         "frameworks": "UIKit"
38       },
39       "dependencies": {
40         "HUSLSwift/HUSL": [
42         ]
43       }
44     },
45     {
46       "name": "AppKit",
47       "osx": {
48         "source_files": "Extensions/AppKit/*.{swift}",
49         "frameworks": "AppKit"
50       },
51       "dependencies": {
52         "HUSLSwift/HUSL": [
54         ]
55       }
56     }
57   ]