[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / f / 7 / Culore / 0.1.3 / Culore.podspec.json
blob4e3d3c498898279aecb053a750740ce3e0e141cc
2   "name": "Culore",
3   "version": "0.1.3",
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, tvOS, watchOS, and macOS.",
12   "source": {
13     "git": "https://github.com/VictorLi08/Culore.git",
14     "tag": "v0.1.3"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "watchos": "2.0",
21     "osx": "10.9"
22   },
23   "source_files": "Common/*.swift",
24   "ios": {
25     "source_files": "Common/mOS/*.swift",
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "source_files": "Common/mOS/*.swift",
30     "frameworks": "UIKit"
31   },
32   "watchos": {
33     "source_files": "Common/mOS/*.swift",
34     "frameworks": "UIKit"
35   },
36   "osx": {
37     "source_files": "macOS/*.swift",
38     "frameworks": "Cocoa"
39   },
40   "swift_version": "5.0"