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",
28 "source_files": "Core/Source/*.{h,m}",
30 "OBTableViewController/Binding": [
33 "OBTableViewController/Model": [
40 "source_files": "Core/Source/Binding/*.{h,m}",
42 "OBTableViewController/OBReflection": [
49 "source_files": "Core/Source/Model/*.{h,m}"
52 "name": "OBReflection",
53 "source_files": "Core/Source/OBReflection/*.{h,m}"