blob: 9d758f2758ade5c37279d21d58c2cab84bbca27c [file] [log] [blame]
{
"name": "OBTableViewController",
"version": "1.0.1",
"summary": "A table view controller that has models a datasource and you can define bindings between model properties and cell properties",
"homepage": "https://github.com/openbakery/OBTableViewController",
"authors": {
"René Pirringer": "rene@openbakery.org"
},
"social_media_url": "https://twitter.com/rpirringer",
"source": {
"git": "https://github.com/openbakery/OBTableViewController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"license": "BSD",
"requires_arc": true,
"default_subspecs": "Default",
"dependencies": {
"OBInjector": [
"~>1.3.0"
]
},
"subspecs": [
{
"name": "Default",
"source_files": "Core/Source/*.{h,m}",
"dependencies": {
"OBTableViewController/Binding": [
],
"OBTableViewController/Model": [
]
}
},
{
"name": "Binding",
"source_files": "Core/Source/Binding/*.{h,m}",
"dependencies": {
"OBTableViewController/OBReflection": [
]
}
},
{
"name": "Model",
"source_files": "Core/Source/Model/*.{h,m}"
},
{
"name": "OBReflection",
"source_files": "Core/Source/OBReflection/*.{h,m}"
}
]
}