[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 1 / JNTools / 1.0.1 / JNTools.podspec.json
blob0c7e2c6016ecdc4d4e4eaf1a24797fb648ce7e3b
2   "name": "JNTools",
3   "version": "1.0.1",
4   "summary": "iOS开发的工具类、分类",
5   "homepage": "https://github.com/MrZhou1990/JNTools",
6   "license": "MIT",
7   "authors": {
8     "Cloud": "haohao10987@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/MrZhou1990/JNTools.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "JNTools/JNCommon.h",
18   "public_header_files": "JNTools/JNCommon.h",
19   "subspecs": [
20     {
21       "name": "Category",
22       "source_files": "JNTools/Category/*.{h,m}"
23     },
24     {
25       "name": "Define",
26       "source_files": "JNTools/Define/*.h"
27     },
28     {
29       "name": "JNTool",
30       "source_files": "JNTools/JNTool/*.{h,m}"
31     }
32   ]