blob: 18fd07bf20b4eec1af664e3b5ac7581b35f3afc3 [file] [log] [blame]
{
"name": "MSForm",
"version": "0.1.0",
"summary": "MSForm is a library for those who need to build a form into their application in a simple way.",
"description": "Based on the necessity to have a form in basically all applications, this library was built for those who need a form. It's easy to setup and you can find out how to do it in the example.",
"homepage": "https://github.com/claudiomadureira/MSForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cláudio Madureira": "claudiomsilvaf@gmail.com"
},
"source": {
"git": "https://github.com/claudiomadureira/MSForm.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "MSForm/Classes/**/*"
}