[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 5 / c / b / HSLuvSwift / 2.1.0 / HSLuvSwift.podspec.json
blobd8f4fdad805c9be943a843ad934bb0aec774b4e1
2   "name": "HSLuvSwift",
3   "version": "2.1.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.1.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "SWIFT_INSTALL_OBJC_HEADER": "NO"
21   },
22   "source_files": "Sources/HSLuvSwift/*.{swift}",
23   "frameworks": "Foundation",
24   "swift_versions": "4.0",
25   "platforms": {
26     "ios": "10.0",
27     "osx": "10.11"
28   },
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "AppKit"
34   },
35   "swift_version": "4.0"