blob: 66328575180c5c49f8e9e021b1c2117240feefcd [file] [log] [blame]
{
"name": "LLBTool",
"version": "0.1.0",
"summary": "LLBTool",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/linlibing/LLBTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linlibing": "linlibing"
},
"source": {
"git": "https://gitee.com/linlibing/LLBTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Categoty",
"source_files": "LLBTool/Classes/Category/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "LLBTool/Classes/UIKit/**/*.{h,m}"
}
]
}