[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 7 / 4 / PPILibrary / 0.0.4 / PPILibrary.podspec.json
blob0c970fbefb372c39ca733836f000c173b8fb4267
2   "name": "PPILibrary",
3   "version": "0.0.4",
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",
13   "requires_arc": true,
14   "swift_versions": [
15     "5.0",
16     "5.6"
17   ],
18   "cocoapods_version": ">= 1.10.0",
19   "source": {
20     "git": "https://github.com/ShenYj/PPILibrary.git",
21     "tag": "0.0.4"
22   },
23   "summary": "基础工具扩展库.",
24   "description": "个人开发的基础工具扩展库, 通过 subspec 增加了一些依赖库的扩展支持\n\n* Core: 基础扩展\n* Rx: 包含 RxSwift、RxCocoa、RxSwiftExt、RxOptional、NSObject+Rx、RxGesture、RxDataSources\n* UI: 包含 RxUIAlert、RxAlertViewable、RxKingfisher、RxAppState、RxViewController\n  * Animate: 包含 RxAnimated\n* LBS: 包含 RxCoreLocation",
25   "platforms": {
26     "ios": "12.0"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Sources/Core/",
34         "Sources/Core/Protocol/",
35         "Sources/Core/Extension/"
36       ],
37       "frameworks": [
38         "Foundation",
39         "UIKit"
40       ]
41     },
42     {
43       "name": "Rx",
44       "source_files": [
45         "Sources/Rx/*.swift",
46         "Sources/Rx/RxErrorTracker/",
47         "Sources/Rx/RxActivityIndicator/"
48       ],
49       "dependencies": {
50         "PPILibrary/Core": [
52         ],
53         "RxSwift": [
54           "~> 6.0"
55         ],
56         "RxCocoa": [
57           "~> 6.0"
58         ],
59         "RxSwiftExt": [
60           "~> 6.0"
61         ],
62         "RxOptional": [
63           "~> 5.0"
64         ],
65         "NSObject+Rx": [
66           "~> 5.0"
67         ],
68         "RxGesture": [
69           "~> 4.0"
70         ],
71         "RxDataSources": [
72           "~> 5.0"
73         ]
74       },
75       "subspecs": [
76         {
77           "name": "UI",
78           "source_files": "Sources/Rx/UI/",
79           "dependencies": {
80             "RxUIAlert": [
81               "~> 1.5"
82             ],
83             "RxAlertViewable": [
84               "~> 1.0"
85             ],
86             "RxKingfisher": [
87               "~> 2.0"
88             ],
89             "RxAppState": [
90               "~> 1.7"
91             ]
92           },
93           "subspecs": [
94             {
95               "name": "Animate",
96               "dependencies": {
97                 "RxAnimated": [
98                   "~> 0.9"
99                 ]
100               }
101             }
102           ]
103         }
104       ]
105     }
106   ],
107   "swift_version": "5.6"