[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 8 / DPUIKitExtensions / 1.4.0 / DPUIKitExtensions.podspec.json
blob3e1d034571aa28bec9db7af6fb52bf92bcbac862
2   "name": "DPUIKitExtensions",
3   "version": "1.4.0",
4   "summary": "UIKit的相关扩展",
5   "description": "UIKit的相关扩展,为了方便使用UIKit的API",
6   "homepage": "https://github.com/DancewithPeng/UIKitExtensions.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DP": "dancewithpeng@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.7",
18   "source": {
19     "git": "https://github.com/DancewithPeng/UIKitExtensions.git",
20     "tag": "1.4.0"
21   },
22   "source_files": [
23     "UIKitExtensions/Sources",
24     "UIKitExtensions/Sources/**/*.{swift}"
25   ],
26   "resource_bundles": {
27     "DPUIKitExtensions": [
28       "UIKitExtensions/Resources/*.*"
29     ]
30   },
31   "dependencies": {
32     "DPLog": [
33       "~> 3.0.0"
34     ],
35     "DPKeychain": [
36       "~> 1.0.0"
37     ],
38     "DPFoundationExtensions": [
39       "~> 1.0.1"
40     ]
41   },
42   "swift_version": "5.7"