[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / 4 / RSBTableViewManager / 1.0.0 / RSBTableViewManager.podspec.json
blob93210df55c3da16ac4ccb2cd3387758a94659fa7
2   "name": "RSBTableViewManager",
3   "version": "1.0.0",
4   "summary": "iOS library for UITableView managing",
5   "homepage": "https://github.com/rosberry/RSBTableViewManager/",
6   "license": "MIT",
7   "authors": {
8     "Rosberry": "info@rosberry.com"
9   },
10   "source": {
11     "git": "https://github.com/rosberry/RSBTableViewManager.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "RSBTableViewManager/*.{h,m}",
19   "subspecs": [
20     {
21       "name": "Protocols",
22       "source_files": "RSBTableViewManager/Protocols/*.{h,m}"
23     },
24     {
25       "name": "Items",
26       "dependencies": {
27         "RSBTableViewManager/Protocols": [
29         ]
30       },
31       "source_files": "RSBTableViewManager/Items/*.{h,m}"
32     }
33   ]