[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 1 / 8 / e / NSDUIKitCategory / 1.0.2 / NSDUIKitCategory.podspec.json
blob010df66880be7015c14d8a6267a16cb88cee9867
2   "name": "NSDUIKitCategory",
3   "version": "1.0.2",
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.2"
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": "DataCategory",
28       "source_files": "NSDUIKitCategory/DataCategory/*.{h,m}",
29       "public_header_files": "NSDUIKitCategory/DataCategory/*.h"
30     },
31     {
32       "name": "ViewCategory",
33       "source_files": "NSDUIKitCategory/ViewCategory/*.{h,m}",
34       "public_header_files": "NSDUIKitCategory/ViewCategory/*.h"
35     }
36   ]