2 "name": "OBTableViewController",
4 "summary": "A table view controller that has models a datasource and you can define bindings between model properties and cell properties",
5 "homepage": "https://github.com/openbakery/OBTableViewController",
7 "René Pirringer": "rene@openbakery.org"
9 "social_media_url": "https://twitter.com/rpirringer",
11 "git": "https://github.com/openbakery/OBTableViewController.git",
19 "default_subspecs": "Default",
23 "source_files": "Core/Source/*.{h,m}",
25 "OBTableViewController/Binding": [
28 "OBTableViewController/Model": [
35 "source_files": "Core/Source/Binding/*.{h,m}",
37 "OBTableViewController/OBReflection": [
44 "source_files": "Core/Source/Model/*.{h,m}"
47 "name": "OBReflection",
48 "source_files": "Core/Source/OBReflection/*.{h,m}"