blob: 7fcc9eb649ab1d9b919a2c27ac764edef006bdd8 [file] [log] [blame]
{
"name": "MTZTableViewManager",
"version": "1.0.3",
"summary": "A powerful framework for creating table views in a descriptive way, as well generating and handling table view forms.",
"description": "MTZTableViewManager is a powerful framework that allows you to create table views in a descriptive way, by specifying rows and sections without having to bother with indexes. It also provides a set of tools for creating forms and handling their input, applying masks, performing validations and converting to and from complex objects.",
"homepage": "https://github.com/mtzaquia/MTZTableViewManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mauricio Tremea Zaquia": "mauriciotzaquia@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mtzaquia/MTZTableViewManager.git",
"tag": "1.0.3"
},
"source_files": "MTZTableViewManager/**/*.{h,m}",
"public_header_files": [
"MTZTableViewManager/MTZTable{Manager,Data,Section,Row}.h",
"MTZTableViewManager/Protocols/MTZModel*.h",
"MTZTableViewManager/Forms/MTZTable{FormRow,FormDateRow}.h",
"MTZTableViewManager/Forms/Protocols/MTZForm{Object,Editing,Field,Option}.h",
"MTZTableViewManager/Forms/MTZForm{Validator,Converter}.h",
"MTZTableViewManager/Forms/MTZTextFieldMasker.h",
"MTZTableViewManager/Resources/MTZFormUtils.h"
],
"requires_arc": true,
"dependencies": {
"MTZExpirationDatePicker": [
"~> 1.0.1"
]
}
}