blob: a5a4034aa53601a6ab6dbcb80769691e75c1aba4 [file] [log] [blame]
{
"name": "JYUtils",
"version": "0.0.5",
"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.5"
},
"public_header_files": "Classes/JYUtils.h",
"source_files": "Classes/JYUtils.h",
"default_subspecs": "Category",
"subspecs": [
{
"name": "Category",
"source_files": "Classes/Category/*.{h,m}",
"public_header_files": "Classes/Category/*.h"
}
]
}