blob: e99d16cff9fd657b2ececf485487f6ee9753ece9 [file] [log] [blame]
{
"name": "MTZTableViewManager",
"version": "1.1.1",
"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 \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.",
"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.1.1"
},
"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",
"MTZTableViewManager/Command/MTZCommandExecutor.h",
"MTZTableViewManager/Command/Protocols/MTZCommand{,Executing,Registering,Context}.h"
],
"requires_arc": true,
"dependencies": {
"MTZExpirationDatePicker": [
"~> 1.0.1"
]
}
}