blob: c90823b746ee017896209d484114e2346e1cc680 [file] [log] [blame]
{
"name": "JYUtils",
"version": "0.0.4",
"summary": "JYUtils是一个快速开发工具包",
"description": "JYUtils是一个开发工具包,包含了一些控件封装,工具类等,可加快APP开发速度。",
"homepage": "https://github.com/yaoliangjun/JYUtils",
"license": "MIT",
"authors": {
"yaoliangjun": "913736093@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yaoliangjun/JYUtils.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"default_subspecs": "Category",
"subspecs": [
{
"name": "Category",
"source_files": "Classes/Category/*.{h,m}",
"public_header_files": "Classes/Category/*.h"
}
]
}