blob: f155f4212ca4ea8c64732399d3ce29a89c13d762 [file] [log] [blame]
{
"name": "JNTools",
"version": "1.0.0",
"summary": "iOS开发的工具类、分类",
"homepage": "https://github.com/MrZhou1990/JNTools",
"license": "MIT",
"authors": {
"Cloud": "haohao10987@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MrZhou1990/JNTools.git",
"tag": "1.0.0"
},
"source_files": "JNTools/JNCommon.h",
"subspecs": [
{
"name": "Category",
"source_files": "JNTools/Category/*.{h,m}"
},
{
"name": "Define",
"source_files": "JNTools/Define/*.h"
},
{
"name": "JNTool",
"source_files": "JNTools/JNTool/*.{h,m}"
}
]
}