blob: 79ec34694b39cb60eb7aee8039f0752c45746cfc [file] [log] [blame]
{
"name": "ROGenericTableViewController",
"version": "1.0.1",
"summary": "A generic TableViewController class which is able to deal with custom created objects very easily",
"description": "A generic TableViewController class which is able to deal with custom created objects very easily. It offers a generic TableViewController class.\n",
"homepage": "https://github.com/prine/ROGenericTableViewController",
"license": "MIT",
"authors": {
"Robin Oster": "robin.oster@rascor.com"
},
"source": {
"git": "https://github.com/prine/ROGenericTableViewController.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/prinedev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"ROGenericTableViewController": [
"Pod/Assets/*.png"
]
}
}