[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 3 / 4 / hsluv-objc / 2.0.0 / hsluv-objc.podspec.json
blobb3009b5636f21ffd930facf22f3c663a8d2d17e2
2   "name": "hsluv-objc",
3   "version": "2.0.0",
4   "summary": "HSLuv 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\nHSLuv 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/hsluv/hsluv-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/hsluv/hsluv-objc.git",
21     "tag": "2.0.0"
22   },
23   "source_files": [
24     "hsluv-objc",
25     "hsluv-objc/**/*.{h,m}"
26   ],
27   "requires_arc": true