blob: 97bcbe6f8370ea4935fa5ee0afdae7a9a5e884fb [file] [log] [blame]
{
"name": "JRUtils_OC",
"version": "0.0.2",
"summary": "__",
"description": "工具集合 OC",
"homepage": "https://github.com/jiaren0204/JRUtils_OC",
"license": "MIT",
"authors": {
"梁嘉仁": "50839393@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/jiaren0204/JRUtils_OC.git",
"tag": "0.0.2"
},
"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}"
}
]
}