blob: d39f58ea229eb286550962f47f2778e766a37d78 [file] [log] [blame]
{
"name": "MEDeclarativeTable",
"version": "0.3.0",
"summary": "Describe the structure of your `UITableView`'s sections and rows in an object oriented way.",
"description": "Describe the structure of your `UITableView`'s sections and rows in an object oriented way. Useful for building small and mostly static tables such as forms, settings, menus, etc... We prefer readability over memory efficiency, so it is not recommended to use this with tables that may have a large number of cells.",
"homepage": "https://github.com/enriquez/MEDeclarativeTable",
"screenshots": "http://i.imgur.com/ZENmO6l.png",
"license": "MIT",
"authors": {
"Mike Enriquez": "mike@enriquez.me"
},
"source": {
"git": "https://github.com/enriquez/MEDeclarativeTable.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/enriquez",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MEDeclarativeTable": [
"Pod/Assets/*.png"
]
}
}