[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / c / b / HSLuvSwift / 2.0.0 / HSLuvSwift.podspec.json
blob5e3ae235de142f3e7d84f9c17082c8885f938b00
2   "name": "HSLuvSwift",
3   "version": "2.0.0",
4   "summary": "Swift port of HSLuv, a human-friendly alternative to HSL",
5   "homepage": "https://github.com/hsluv/hsluv-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/hsluv/hsluv-swift.git",
16     "tag": "v2.0.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   },
36   "pushed_with_swift_version": "3.0"