[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / e / b / MTZTableViewManager / 1.1.3 / MTZTableViewManager.podspec.json
blobb96251fe3e25c2406a4e8daa5f57fb9aedf692c5
2   "name": "MTZTableViewManager",
3   "version": "1.1.3",
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.1.3"
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/Forms/MTZTable{FormRow,FormDateRow}.h",
26     "MTZTableViewManager/Forms/Protocols/MTZForm{Object,Editing,Field,Option}.h",
27     "MTZTableViewManager/Forms/MTZForm{Validator,Converter}.h",
28     "MTZTableViewManager/Forms/MTZTextFieldMasker.h",
29     "MTZTableViewManager/Resources/MTZFormUtils.h",
30     "MTZTableViewManager/Resources/MTZTableViewManager.h",
31     "MTZTableViewManager/Command/MTZCommandExecutor.h",
32     "MTZTableViewManager/Command/Protocols/MTZCommand*.h"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "MTZExpirationDatePicker": [
37       "~> 1.0.1"
38     ]
39   }