| { |
| "name": "Neoform", |
| "version": "1.0.2", |
| "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.2" |
| }, |
| "source_files": [ |
| "Neoform", |
| "Neoform/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "resources": [ |
| "Neoform/**/*.{storyboard,xib,xcassets}" |
| ] |
| } |