[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 6 / Oh.Swift / 0.2.3 / Oh.Swift.podspec.json
blob29fd90b2afd35cfeb1af52ed49f01944b5465641
2   "name": "Oh.Swift",
3   "version": "0.2.3",
4   "summary": "Swift extension and utils.",
5   "description": "Swift extension and utilities.",
6   "homepage": "https://github.com/Starkrimson/Oh.Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Starkrimson": "starkrimson@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/Starkrimson/Oh.Swift.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5",
22   "module_name": "OhSwift",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Oh.Swift/Classes/Core/**/*"
28     },
29     {
30       "name": "Rx",
31       "source_files": "Oh.Swift/Classes/Rx/**/*",
32       "dependencies": {
33         "RxSwift": [
34           "~> 6.2.0"
35         ],
36         "RxCocoa": [
37           "~> 6.2.0"
38         ]
39       }
40     }
41   ],
42   "swift_version": "5"