[Add] YIM 2.2.1
[CocoaPods.git] / Specs / e / 9 / 8 / DPUIKitExtensions / 1.1.3 / DPUIKitExtensions.podspec.json
blob99c61a37cf652f0741503d5f17679a737e350f17
2   "name": "DPUIKitExtensions",
3   "version": "1.1.3",
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": "10.0"
16   },
17   "swift_versions": "5.2",
18   "source": {
19     "git": "https://github.com/DancewithPeng/UIKitExtensions.git",
20     "tag": "1.1.3"
21   },
22   "source_files": [
23     "UIKitExtensions/Sources",
24     "UIKitExtensions/Sources/**/*.{swift}"
25   ],
26   "resources": "UIKitExtensions/Resources/*.*",
27   "dependencies": {
28     "DPLog": [
29       "~> 2.0.0"
30     ],
31     "DPKeychain": [
32       "~> 1.0.0"
33     ],
34     "DPFoundationExtensions": [
35       "~> 1.0.1"
36     ]
37   },
38   "swift_version": "5.2"