blob: 51b9188f26cf315b7f9a6b4e2ada6bf07efa969d [file] [log] [blame]
{
"name": "JRUtils_OC",
"version": "0.0.1",
"summary": "__",
"description": "工具集合",
"homepage": "https://github.com/jiaren0204/JRUtils_OC",
"license": "MIT",
"authors": {
"梁嘉仁": "50839393@qq.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jiaren0204/JRUtils_OC.git",
"tag": "0.0.1"
},
"source_files": "JRUtils_OC/Classes/*.h",
"subspecs": [
{
"name": "Category",
"source_files": "JRUtils_OC/Classes/Category/*.{h,m}"
},
{
"name": "Method",
"source_files": "JRUtils_OC/Classes/Method/*.{h,m}"
},
{
"name": "Tool",
"source_files": "JRUtils_OC/Classes/Tool/*.{h,m}"
}
]
}