[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / e / 9 / 8 / DPUIKitExtensions / 1.2.2 / DPUIKitExtensions.podspec.json
blobe6f34d6275473e70f02ea981f3b7322bde47c489
2   "name": "DPUIKitExtensions",
3   "version": "1.2.2",
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.2.2"
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"