[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 0 / 2 / DQSegmentedControl / 0.1.1 / DQSegmentedControl.podspec.json
blobcebb97e2dc9456015e8f99aeb61024eb6d9e180c
2   "name": "DQSegmentedControl",
3   "version": "0.1.1",
4   "summary": "A drop-in replacement for UISegmentedControl.",
5   "description": "A drop-in replacement for UISegmentedControl mimicking the style of the segmented control",
6   "homepage": "https://github.com/QiuDaniel/DQSegmentedControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qiudan": "qiudan-098@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/QiuDaniel/DQSegmentedControl.git",
19     "tag": "0.1.1"
20   },
21   "requires_arc": true,
22   "swift_versions": "4.2",
23   "default_subspecs": "Core",
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "DQSegmentedControl/*.swift"
29     },
30     {
31       "name": "Rx",
32       "source_files": [
33         "DQSegmentedControl",
34         "DQSegmentedControl/Rx"
35       ],
36       "dependencies": {
37         "RxSwift": [
38           ">=4.5.0"
39         ],
40         "RxCocoa": [
41           ">=4.5.0"
42         ]
43       }
44     }
45   ]