blob: 9b0c2c7f1b2de622d642ee5683a8056b68dc0f08 [file] [log] [blame]
{
"name": "KLTools",
"version": "0.0.2",
"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.2"
},
"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/**/*"
}
]
}