blob: b3cb143b3f919a379192efec8bf4f0b8d3f33235 [file] [log] [blame]
{
"name": "Sections",
"version": "0.6.0",
"summary": "Library for partitioning data into sections displayable in a TableView",
"description": "Sections helps you partition arrays or other data structures into arrays of arrays with corresponding descriptions. This is useful for when you have named sections in your table view.",
"homepage": "https://github.com/litso/Sections",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Manson": "robmanson@gmail.com"
},
"source": {
"git": "https://github.com/litso/Sections.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sections/Classes/**/*",
"pushed_with_swift_version": "3.0"
}