[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / 6 / ChouTiUI / 0.6.2 / ChouTiUI.podspec.json
blobdf3050abefa5a8834a14d6a8ba95664c3222c124
2   "name": "ChouTiUI",
3   "version": "0.6.2",
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/ChouTi",
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/ChouTi.git",
16     "tag": "0.6.2"
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   ]