blob: 54b04d5a2725ca77d8f5dae89bd7364be21d5df6 [file] [log] [blame]
{
"name": "JLAccordion",
"version": "0.1.0",
"summary": "An accordion controller based on UITableView.",
"description": "An accordion controller based on UITableView. Please check out the demo project in the repository.",
"homepage": "https://github.com/buhikon/JLAccordion",
"license": "MIT",
"authors": {
"Joey L.": "slarinz@gmail.com"
},
"source": {
"git": "https://github.com/buhikon/JLAccordion.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JLAccordion": [
"Pod/Assets/*.png"
]
}
}