[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / d / BasicExtensions / 0.1.9 / BasicExtensions.podspec.json
blobfa4309adb718c3693f19cc46d415af07501e2908
2   "name": "BasicExtensions",
3   "version": "0.1.9",
4   "summary": "A short description of BasicExtensions.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/fanxx/basic-extensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaoxin_1987@126.com": "fanxiaoxin_1987@126.com"
13   },
14   "source": {
15     "git": "https://gitee.com/fanxx/basic-extensions.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.5",
22   "default_subspecs": "Basic",
23   "subspecs": [
24     {
25       "name": "Basic",
26       "source_files": "BasicExtensions/Classes/*"
27     },
28     {
29       "name": "UICreate",
30       "source_files": "BasicExtensions/Classes/UICreate/*",
31       "dependencies": {
32         "BasicExtensions/Basic": [
34         ],
35         "UICreate": [
36           "~> 0.1"
37         ]
38       }
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "BasicExtensions/Classes/RxSwift/*",
43       "dependencies": {
44         "BasicExtensions/Basic": [
46         ],
47         "RxSwift": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.5"