blob: 44c9eccd239b06b569c3e4157adfc7fcba266511 [file] [log] [blame]
{
"name": "LLBTestKit",
"version": "0.1.0",
"summary": "A short description of LLBTestKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Spaino/LLBTestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lianglibao": "353102918@qq.com"
},
"source": {
"git": "https://gitee.com/CaptainSpaino/LLBTestKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLBTestKit/Classes/**/*",
"subspecs": [
{
"name": "Show",
"source_files": "LLBTestKit/Classes/Show/LLBShowViewController.{h,m}"
},
{
"name": "Category",
"source_files": "LLBTestKit/Classes/Category/*.{h,m}"
}
]
}