[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 0 / e / b / RETableViewManager / 1.1.1 / RETableViewManager.podspec.json
blob84d83f7bdc64d9a176ae4a21fdfc07900ce69cf7
2   "name": "RETableViewManager",
3   "version": "1.1.1",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/RETableViewManager",
8   "summary": "Powerful data driven content manager for UITableView.",
9   "source": {
10     "git": "https://github.com/romaonthego/RETableViewManager.git",
11     "tag": "1.1.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "RETableViewManager/Cells",
23     "RETableViewManager/Items",
24     "RETableViewManager"
25   ],
26   "public_header_files": [
27     "RETableViewManager/Cells/*.h",
28     "RETableViewManager/*.h",
29     "RETableViewManager/Items/*.h"
30   ],
31   "resources": "RETableViewManager/RETableViewManager.bundle",
32   "dependencies": {
33     "REFormattedNumberField": [
34       "~> 1.0.4"
35     ]
36   }