[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / b / ROGenericTableViewController / 2.0.1 / ROGenericTableViewController.podspec.json
blob4e8ec605f799bfa98eb5549cc8b446c0c1a0023f
2   "name": "ROGenericTableViewController",
3   "version": "2.0.1",
4   "summary": "A generic TableViewController class which is able to deal with custom created objects very easily",
5   "description": "A generic TableViewController class which is able to deal with custom created objects very easily. It offers a generic TableViewController class.",
6   "homepage": "https://github.com/prine/ROGenericTableViewController",
7   "license": "MIT",
8   "authors": {
9     "Robin Oster": "robin.oster@rascor.com"
10   },
11   "source": {
12     "git": "https://github.com/prine/ROGenericTableViewController.git",
13     "tag": "2.0.1"
14   },
15   "social_media_url": "https://twitter.com/prinedev",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "resource_bundles": {
22     "ROGenericTableViewController": [
23       "Pod/Assets/*.png"
24     ]
25   }