[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / d / f / 8 / DWCategoryKit / 1.2.3 / DWCategoryKit.podspec.json
blob51da15308789f7710f94e19a1b8289db599ee315
2   "name": "DWCategoryKit",
3   "version": "1.2.3",
4   "summary": "项目常用类别整理.",
5   "description": "- 将项目中常用类别整理成型",
6   "homepage": "https://github.com/CoderDwang/DWCategoryKit",
7   "license": "MIT",
8   "authors": {
9     "Dwang": "coderdwang@outlook.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/CoderDwang/DWCategoryKit.git",
16     "tag": "1.2.3"
17   },
18   "source_files": "DWCategoryKit/**/*.{h,m}",
19   "resources": "DWCategoryKit/Resources.bundle",
20   "public_header_files": "DWCategoryKit/**/*.{h}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ]