[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 4 / NITools / 0.1.0 / NITools.podspec.json
blob21d95696eff22300b7d1fb245793d9ab97a976cd
2   "name": "NITools",
3   "version": "0.1.0",
4   "summary": "(A short description of NITools.)-个人工具类集合整理:尝试组件开发",
5   "description": "个人工具类集合整理:尝试组件开发-后续会陆续引入新组件",
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.0"
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": "NICategory",
47       "source_files": "NITools/Classes/NICategory/*.{h,m}"
48     },
49     {
50       "name": "NIView",
51       "source_files": "NITools/Classes/NIView/*.{h,m}",
52       "dependencies": {
53         "Masonry": [
55         ],
56         "YYText": [
58         ]
59       }
60     }
61   ]