[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 1 / HUSLSwift / 1.2.0 / HUSLSwift.podspec.json
blob2b5cb41f8d066839e3947b6522674af94cb95650
2   "name": "HUSLSwift",
3   "version": "1.2.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.2.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "SWIFT_INSTALL_OBJC_HEADER": "NO"
21   },
22   "source_files": "Source/*.{swift}",
23   "frameworks": "Foundation",
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.11"
27   },
28   "ios": {
29     "source_files": "Extensions/UIKit/*.{swift}",
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "source_files": "Extensions/AppKit/*.{swift}",
34     "frameworks": "AppKit"
35   }