blob: 3a887b521d286097252551e98d4c561f180b73d5 [file] [log] [blame]
{
"name": "LLBTestKit",
"version": "0.1.2",
"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": {
"Spaino": "353102918@qq.com"
},
"source": {
"git": "https://gitee.com/CaptainSpaino/LLBTestKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLBTestKit/Classes",
"subspecs": [
{
"name": "Show",
"source_files": "LLBTestKit/Classes/Show/**/*"
},
{
"name": "Category",
"source_files": "LLBTestKit/Classes/Category/**/*"
}
]
}