blob: a866c53c7cc83a417a6113301caf3d4aa247bef9 [file] [log] [blame]
{
"name": "Neoform",
"version": "1.0.1",
"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": "9.0"
},
"source": {
"git": "https://gitlab.com/neomode-modules/neoform",
"tag": "1.0.1"
},
"source_files": [
"Neoform",
"Neoform/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resource_bundles": {
"Neoform": [
"Neoform/**/*.{storyboard,xib,xcassets}"
]
},
"pushed_with_swift_version": "4.0"
}