2 "name": "MTZTableViewManager",
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",
12 "Mauricio Tremea Zaquia": "mauriciotzaquia@gmail.com"
18 "git": "https://github.com/mtzaquia/MTZTableViewManager.git",
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"
37 "MTZExpirationDatePicker": [