[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / f / 7 / Culore / 0.1.1 / Culore.podspec.json
blob87970b8bb5c407c66699aaab27ed6adaeb3da287
2   "name": "Culore",
3   "version": "0.1.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/VictorLi08/Culore",
8   "authors": {
9     "Victor Li": "victorli08@outlook.com"
10   },
11   "summary": "Colors by name for iOS, macOS, and tvOS.",
12   "source": {
13     "git": "https://github.com/VictorLi08/Culore.git",
14     "tag": "v0.1.1"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "source_files": "Common/*.swift",
23   "ios": {
24     "source_files": "mOS/*.swift",
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "source_files": "macOS/*.swift",
29     "frameworks": "Cocoa"
30   },
31   "tvos": {
32     "source_files": "mOS/*.swift"
33   },
34   "swift_version": "5.0"