[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / b / RETableViewManager / 1.5.9 / RETableViewManager.podspec.json
blob0af1ddcf161f892de3f9654d1d48f3a1e063b8f0
2   "name": "RETableViewManager",
3   "version": "1.5.9",
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.5.9"
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.1.1"
35     ],
36     "REValidation": [
37       "~> 0.1.4"
38     ]
39   }