blob: 8729272e835613720421916bdfb0b0659a0d2657 [file] [log] [blame]
{
"name": "HBList",
"version": "0.3.0",
"summary": "A short description of HBList.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xy-apple/HBList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xingyong": "xingyong723@163.com"
},
"source": {
"git": "https://github.com/xy-apple/HBList.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "source",
"dependencies": {
"CTMediator": [
"25"
],
"BSBacktraceLogger": [
"~> 0.0.1"
]
},
"subspecs": [
{
"name": "source",
"source_files": "HBList/Classes/**/*"
},
{
"name": "framework",
"ios": {
"vendored_frameworks": "HBList-0.3.0/ios/HBList.embeddedframework/*.framework"
}
}
]
}