[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 4 / NITools / 0.1.7 / NITools.podspec.json
blobbf3fba3184a08a0fc413cd85479966a6d1c9b648
2   "name": "NITools",
3   "version": "0.1.7",
4   "summary": "个人工具类集合整理:尝试组件开发 - tag:0.1.7 - NITools:自定义View(NINetworkDetectionView.h/m)使用资源文件",
5   "description": "- tag:0.1.7 - NITools:自定义View(NINetworkDetectionView.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.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "NITools": [
23       "NITools/Assets/*"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "MapKit"
30   ],
31   "libraries": [
32     "resolv",
33     "iconv",
34     "stdc++",
35     "c++",
36     "sqlite3"
37   ],
38   "dependencies": {
39     "AFNetworking": [
41     ],
42     "Masonry": [
44     ],
45     "YYText": [
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "NIMacro",
52       "source_files": "NITools/Classes/NIMacro/*.{h,m}"
53     },
54     {
55       "name": "NICategory",
56       "source_files": "NITools/Classes/NICategory/*.{h,m}"
57     },
58     {
59       "name": "NIIPTool",
60       "source_files": "NITools/Classes/NIIPTool/*.{h,m}"
61     },
62     {
63       "name": "NIView",
64       "source_files": "NITools/Classes/NIView/*.{h,m}",
65       "dependencies": {
66         "Masonry": [
68         ],
69         "YYText": [
71         ],
72         "NITools/NIMacro": [
74         ]
75       }
76     }
77   ]