[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / 5 / e / 8 / husl-objc / 1.0.1 / husl-objc.podspec.json
blobc4093304f15cdd6c5933e98df9e8ef4207c29b20
2   "name": "husl-objc",
3   "version": "1.0.1",
4   "summary": "HUSL is a human-friendly alternative to HSL.",
5   "description": "CIELUV is a color space designed for perceptual uniformity based on human experiments. When accessed by polar coordinates, it becomes functionally similar to HSL with a single problem: its chroma component doesn't fit into a specific range.\n\nHUSL extends CIELUV with a new saturation component that allows you to span all the available chroma as a neat percentage.",
6   "homepage": "https://github.com/husl-colors/husl-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Alexei Boronine": "alexei@boronine.com",
13     "Roger Tallada": "info@rogertallada.com"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/husl-colors/husl-objc.git",
21     "tag": "1.0.1"
22   },
23   "source_files": [
24     "husl-objc",
25     "husl-objc/**/*.{h,m}"
26   ],
27   "requires_arc": true