blob: 7ef79a2671f3cc61803256a1cdd8a1c811872003 [file] [log] [blame]
{
"name": "Sections",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sections/Classes/**/*"
}