[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / e / b / MTZTableViewManager / 1.1.2 / MTZTableViewManager.podspec.json
blob80cf912e5e5fb73de342ceea5a7b9d1edc8d5b4e
2   "name": "MTZTableViewManager",
3   "version": "1.1.2",
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.2"
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/Command/MTZCommandExecutor.h",
31     "MTZTableViewManager/Command/Protocols/MTZCommand*.h"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "MTZExpirationDatePicker": [
36       "~> 1.0.1"
37     ]
38   }