[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / e / NSDUIKitCategory / 1.0.1 / NSDUIKitCategory.podspec.json
blob519260521756e3e2fb85980f9171ff7ea36f608d
2   "name": "NSDUIKitCategory",
3   "version": "1.0.1",
4   "summary": "UIKit扩展,意在提高coding效率",
5   "description": "个人使用,根据个人习惯扩展UIKit,方便coding,提高coding效率",
6   "homepage": "https://github.com/NeeSDev",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NeeSDev": "niwei.develop@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/NeeSDev/NSDExtendTool.git",
19     "tag": "1.0.1"
20   },
21   "public_header_files": "NSDUIKitCategory/NSDUIKitCategory.h",
22   "source_files": "NSDUIKitCategory/NSDUIKitCategory.h",
23   "requires_arc": true,
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "NSDUIKitCategory",
28       "public_header_files": "NSDUIKitCategory/*.h",
29       "source_files": "NSDUIKitCategory/*.{h,m}"
30     }
31   ]