[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 6 / ChouTiUI / 0.6.3 / ChouTiUI.podspec.json
blob74c2f6abe67e6d1865c959960708e66e69ddf615
2   "name": "ChouTiUI",
3   "version": "0.6.3",
4   "summary": "ChouTiUI (抽屉UI) - A UI framework.",
5   "description": "ChouTiUI (抽屉UI) - A UI framework.\n\nThis is a project contains my common UI components.",
6   "homepage": "https://github.com/Ch0uTi/ChouTiUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HongHao Zhang": "me@honghaoz.com"
13   },
14   "source": {
15     "git": "https://github.com/Ch0uTi/ChouTiUI.git",
16     "tag": "0.6.3"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "exclude_files": [
25     "Sources/UI/LoadingMorphingLabel",
26     "Sources/UI/SlideController"
27   ],
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "dependencies": {
32     "ChouTi": [
33       "~> 0.6"
34     ]
35   },
36   "swift_version": "5.0",
37   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "source_files": "Tests/**/*.swift",
42       "dependencies": {
43         "Quick": [
44           "~> 2.1"
45         ],
46         "Nimble": [
47           "~> 8.0"
48         ]
49       }
50     }
51   ]