[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 5 / ChouTi / 0.6.0 / ChouTi.podspec.json
blobd5cb7e789fcd82d7c7c309302dfc94113d18b017
2   "name": "ChouTi",
3   "version": "0.6.0",
4   "summary": "ChouTi (抽屉) - A framework for Swift development.",
5   "description": "ChouTi (抽屉) - A framework for Swift development.\n\nThis is a project includes extended data structures, classes, extensions.",
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.0"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "11.0",
22     "tvos": "11.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "swift_version": "5.0",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift",
31       "dependencies": {
32         "Quick": [
33           "~> 2.1"
34         ],
35         "Nimble": [
36           "~> 8.0"
37         ]
38       }
39     }
40   ]