blob: 2431e7ba5e645807f4450b4342a56f3d6aba3553 [file] [log] [blame]
{
"name": "KLTools",
"version": "0.0.3",
"summary": "This is a tools.",
"homepage": "https://github.com/kllie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"neville": "zbh1019@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kllie/KLTools.git",
"tag": "0.0.3"
},
"source_files": "KLTools/Classes/KLTools.h",
"public_header_files": "KLTools/Classes/KLTools.h",
"subspecs": [
{
"name": "Category",
"public_header_files": "KLTools/Classes/Category/**/*.h",
"source_files": "KLTools/Classes/Category/**/*"
}
]
}