[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / 4 / NITools / 0.1.5 / NITools.podspec.json
blob4fe77c17ee62cd3aca4f84beee1e432d079292d6
2   "name": "NITools",
3   "version": "0.1.5",
4   "summary": "个人工具类集合整理:尝试组件开发-tag:0.1.5 - NITools:优化UIView+NIFrame.h/m-支持设置圆角、设置边框、设置圆角&边框、给指定哪几个角设置圆角、设置阴影;新增:UIColor+NIColor.h/m适配暗黑模式颜色",
5   "description": "tag:0.1.5 - NITools:优化UIView+NIFrame.h/m-支持设置圆角、设置边框、设置圆角&边框、给指定哪几个角设置圆角、设置阴影;新增:UIColor+NIColor.h/m适配暗黑模式颜色",
6   "homepage": "https://github.com/wvqusrtg/NITools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nixinsheng": "1911398892@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wvqusrtg/NITools.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ],
26   "libraries": [
27     "resolv",
28     "iconv",
29     "stdc++",
30     "c++",
31     "sqlite3"
32   ],
33   "dependencies": {
34     "AFNetworking": [
35       "~> 2.3"
36     ],
37     "Masonry": [
39     ],
40     "YYText": [
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "NIMacro",
47       "source_files": "NITools/Classes/NIMacro/*.{h,m}"
48     },
49     {
50       "name": "NICategory",
51       "source_files": "NITools/Classes/NICategory/*.{h,m}"
52     },
53     {
54       "name": "NIIPTool",
55       "source_files": "NITools/Classes/NIIPTool/*.{h,m}"
56     },
57     {
58       "name": "NIView",
59       "source_files": "NITools/Classes/NIView/*.{h,m}",
60       "dependencies": {
61         "Masonry": [
63         ],
64         "YYText": [
66         ]
67       }
68     }
69   ]