[Add] RegulaCommonNightly 7.5.946
[CocoaPods.git] / Specs / 5 / 6 / 1 / JNTools / 1.0.0 / JNTools.podspec.json
blobf155f4212ca4ea8c64732399d3ce29a89c13d762
2   "name": "JNTools",
3   "version": "1.0.0",
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.0"
16   },
17   "source_files": "JNTools/JNCommon.h",
18   "subspecs": [
19     {
20       "name": "Category",
21       "source_files": "JNTools/Category/*.{h,m}"
22     },
23     {
24       "name": "Define",
25       "source_files": "JNTools/Define/*.h"
26     },
27     {
28       "name": "JNTool",
29       "source_files": "JNTools/JNTool/*.{h,m}"
30     }
31   ]