blob: dc7b416c6e6729009dc971f9764cd265b8a53208 [file] [log] [blame]
{
"name": "HBList",
"version": "0.2.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.2.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.2.0/ios/HBList.embeddedframework/*.framework"
}
}
]
}