blob: e9e90e4a158b76c2fac36c73d933f466acf723fd [file] [log] [blame]
{
"name": "MXTableViewController",
"version": "1.0.0",
"summary": "An abstration of UITableView and UITableViewController",
"description": " MXTableViewController is a library to make the UITableView and UITableViewController implementation easier.\n",
"homepage": "https://github.com/Morbix/MXTableViewController",
"license": "MIT",
"authors": {
"Henrique Morbin - HP Macbook Pro": "morbin_@hotmail.com"
},
"source": {
"git": "https://github.com/Morbix/MXTableViewController.git",
"tag": "1.0.0"
},
"social_media_url": "https://facebook.com/hgmorbin",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"MXTableViewController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}