[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / e / b / MTZTableViewManager / 1.2.0 / MTZTableViewManager.podspec.json
blob7364df659afab16b4ea0319ef87078b096550788
2   "name": "MTZTableViewManager",
3   "version": "1.2.0",
4   "summary": "A powerful framework for creating table views in a descriptive way, as well generating and handling table view forms.",
5   "description": "MTZTableViewManager is a powerful framework that allows you to create table views in a descriptive way, by specifying rows and sections \nwithout having to bother with indexes. It also provides a set of tools for creating forms and handling their input, applying masks, \nperforming validations and converting to and from complex objects.",
6   "homepage": "https://github.com/mtzaquia/MTZTableViewManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mauricio Tremea Zaquia": "mauriciotzaquia@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mtzaquia/MTZTableViewManager.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "MTZTableViewManager/**/*.{h,m}",
22   "public_header_files": [
23     "MTZTableViewManager/MTZTable{Manager,Data,Section,Row}.h",
24     "MTZTableViewManager/Protocols/MTZModel*.h",
25     "MTZTableViewManager/Protocols/MTZReloadable.h",
26     "MTZTableViewManager/Forms/MTZTableForm{Row,DateRow,OptionRow}.h",
27     "MTZTableViewManager/Forms/Protocols/MTZForm{Object,Editing,Field,Option}.h",
28     "MTZTableViewManager/Forms/MTZForm{Validator,Converter}.h",
29     "MTZTableViewManager/Forms/MTZTextFieldMasker.h",
30     "MTZTableViewManager/Resources/MTZFormUtils.h",
31     "MTZTableViewManager/Resources/MTZTableViewManager.h",
32     "MTZTableViewManager/Command/MTZCommandExecutor.h",
33     "MTZTableViewManager/Command/Protocols/MTZCommand*.h"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "MTZExpirationDatePicker": [
38       "~> 1.0.1"
39     ]
40   }