[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 9 / 4 / NITools / 0.1.2 / NITools.podspec.json
blob03c4ed3013bf9261956570ee6e7c2322d1c1f835
2   "name": "NITools",
3   "version": "0.1.2",
4   "summary": "个人工具类集合整理:尝试组件开发\n  「001-优化NIPrivacyView.h/m(开放尽可能多的属性-方便使用者精细定制化)-tag:0.1.1」\n  「002-Allow Non-modular includes in Framework Mo 「修复」」\n  「003-组件的色系要能统一修改、组件属性尽量多开放、属性能精细修改、(NITools待更新)-tag:0.1.3」",
5   "description": "优化NIPrivacyView.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.2"
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   ]