[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 1 / HUSLSwift / 1.1.0 / HUSLSwift.podspec.json
blobbdf7bfc2660ac069b5df9cdff009bf38a0ad4339
2   "name": "HUSLSwift",
3   "version": "1.1.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.1.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   }