[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / e / b / RETableViewManager / 1.6 / RETableViewManager.podspec.json
blobc17dd421a67d93bf05c1acb81c5c7e0fed0177bd
2   "name": "RETableViewManager",
3   "version": "1.6",
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.6"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "7.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   "resource_bundles": {
32     "RETableViewManager": "RETableViewManager/Resources/*"
33   },
34   "preserve_paths": "RETableViewManager/Resources",
35   "dependencies": {
36     "REFormattedNumberField": [
37       "~> 1.1.5"
38     ],
39     "REValidation": [
40       "~> 0.1.4"
41     ]
42   }