[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 7 / 4 / PPILibrary / 0.0.3 / PPILibrary.podspec.json
blobd06428a0401d64ea182cf03d1a360856689c8138
2   "name": "PPILibrary",
3   "version": "0.0.3",
4   "homepage": "https://github.com/ShenYj/PPILibrary",
5   "license": {
6     "type": "MIT",
7     "file": "License"
8   },
9   "authors": {
10     "ShenYj": "shenyanjie123@foxmail.com"
11   },
12   "social_media_url": "https://github.com/ShenYj/ShenYj.github.io/wiki",
13   "requires_arc": true,
14   "swift_versions": [
15     "5.0",
16     "5.1",
17     "5.2",
18     "5.3",
19     "5.4",
20     "5.5"
21   ],
22   "cocoapods_version": ">= 1.10.0",
23   "source": {
24     "git": "https://github.com/ShenYj/PPILibrary.git",
25     "tag": "0.0.3"
26   },
27   "summary": "基础工具扩展库.",
28   "description": "个人开发的基础工具扩展库, 通过subspec增加了一些依赖库的扩展支持",
29   "default_subspecs": "Core",
30   "platforms": {
31     "ios": "12.0"
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "Sources/Core/",
38         "Sources/Core/Protocol/",
39         "Sources/Core/Extension/"
40       ],
41       "frameworks": [
42         "Foundation",
43         "UIKit"
44       ]
45     },
46     {
47       "name": "Rx",
48       "source_files": [
49         "Sources/Rx/",
50         "Sources/Rx/RxErrorTracker/",
51         "Sources/Rx/RxActivityIndicator/"
52       ],
53       "dependencies": {
54         "PPILibrary/Core": [
56         ],
57         "RxSwift": [
58           "~> 6.0"
59         ],
60         "RxCocoa": [
61           "~> 6.0"
62         ],
63         "RxSwiftExt": [
64           "~> 6.0"
65         ],
66         "RxOptional": [
67           "~> 5.0"
68         ],
69         "NSObject+Rx": [
70           "~> 5.0"
71         ],
72         "RxGesture": [
73           "~> 4.0"
74         ],
75         "RxDataSources": [
76           "~> 5.0"
77         ]
78       }
79     }
80   ],
81   "swift_version": "5.5"