[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 5 / ChouTi / 0.7 / ChouTi.podspec.json
blob0d48418eeeaa8d0dea1d31c6115bfa2cfafecb69
2   "name": "ChouTi",
3   "version": "0.7",
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.7"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "12.0",
22     "tvos": "12.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/**/*.swift",
30       "dependencies": {
31         "Quick": [
32           "~> 2.2"
33         ],
34         "Nimble": [
35           "~> 8.0"
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"