[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 6 / ChouTiUI / 0.7.1 / ChouTiUI.podspec.json
blob25e09d3307c810ede076fb8583226b2f3a51dec1
2   "name": "ChouTiUI",
3   "version": "0.7.1",
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.7.1"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "13.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.7.1"
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "source_files": "Tests/**/*.swift",
41       "dependencies": {
42         "Quick": [
43           "~> 2.2"
44         ],
45         "Nimble": [
46           "~> 8.0"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.0"