blob: 561834625c09e380646956e6ff5e458d64a50635 [file] [log] [blame]
{
"name": "Neoform",
"version": "1.0.4",
"summary": "A form validation framework that does not interfere with the form UI.",
"description": "A form validation framework that allows you to create the form interface anyway you want while providing masks and value validation on code.",
"homepage": "http://www.neomode.com.br",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Neomode",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitlab.com/neomode-modules/neoform",
"tag": "1.0.4"
},
"source_files": [
"Neoform",
"Neoform/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": [
"Neoform/**/*.{storyboard,xib,xcassets}"
]
}