[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / 2 / OBTableViewController / 1.0.2 / OBTableViewController.podspec.json
blobf2270b64fc20a1a692aa655e19c23762f0384ba1
2   "name": "OBTableViewController",
3   "version": "1.0.2",
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.0.2"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "license": "BSD",
18   "requires_arc": true,
19   "default_subspecs": "Default",
20   "dependencies": {
21     "OBInjector": [
22       "~>1.3.0"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Default",
28       "source_files": "Core/Source/*.{h,m}",
29       "dependencies": {
30         "OBTableViewController/Binding": [
32         ],
33         "OBTableViewController/Model": [
35         ]
36       }
37     },
38     {
39       "name": "Binding",
40       "source_files": "Core/Source/Binding/*.{h,m}",
41       "dependencies": {
42         "OBTableViewController/OBReflection": [
44         ]
45       }
46     },
47     {
48       "name": "Model",
49       "source_files": "Core/Source/Model/*.{h,m}"
50     },
51     {
52       "name": "OBReflection",
53       "source_files": "Core/Source/OBReflection/*.{h,m}"
54     }
55   ]