[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / 2 / OBTableViewController / 1.1.0 / OBTableViewController.podspec.json
blob2a0682b80b7fb7181631c6deedfb39e37f325066
2   "name": "OBTableViewController",
3   "version": "1.1.0",
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",
6   "authors": {
7     "RenĂ© Pirringer": "rene@openbakery.org"
8   },
9   "social_media_url": "https://twitter.com/rpirringer",
10   "source": {
11     "git": "https://github.com/openbakery/OBTableViewController.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "license": "BSD",
18   "requires_arc": true,
19   "default_subspecs": "Default",
20   "subspecs": [
21     {
22       "name": "Default",
23       "source_files": "Core/Source/*.{h,m}",
24       "dependencies": {
25         "OBTableViewController/Binding": [
27         ],
28         "OBTableViewController/Model": [
30         ]
31       }
32     },
33     {
34       "name": "Binding",
35       "source_files": "Core/Source/Binding/*.{h,m}",
36       "dependencies": {
37         "OBTableViewController/OBReflection": [
39         ]
40       }
41     },
42     {
43       "name": "Model",
44       "source_files": "Core/Source/Model/*.{h,m}"
45     },
46     {
47       "name": "OBReflection",
48       "source_files": "Core/Source/OBReflection/*.{h,m}"
49     }
50   ]