blob: 542c3eddb20a2e57d582671fe469b877f6bfd7ba [file] [log] [blame]
{
"name": "KLTools",
"version": "0.0.4",
"summary": "This is a tools.",
"homepage": "https://github.com/kllie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaobinhua": "zbh1019@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kllie/KLTools.git",
"tag": "0.0.4"
},
"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/**/*"
}
]
}