[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 9 / 4 / NITools / 0.1.6 / NITools.podspec.json
blobecd746f7833f2f138df8d0503e5a21a89a3fe1cf
2   "name": "NITools",
3   "version": "0.1.6",
4   "summary": "个人工具类集合整理:尝试组件开发- tag:0.1.6 - NITools:优化NITools.podspec 去除s.dependency AFNetworking强制要求的版本",
5   "description": "- tag:0.1.6 - NITools:优化NITools.podspec 去除s.dependency AFNetworking强制要求的版本",
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.6"
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": [
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   ]