blob: af7f52e1748de70c5747dd08683d6d745c106e7c [file] [log] [blame]
{
"name": "RSFormView",
"version": "1.0.0",
"summary": "A library to easily create customizable form views to collect user data.",
"description": "A library to easily create customizable form views to collect user data.",
"homepage": "https://github.com/rootstrap/RSFormView",
"license": "MIT",
"authors": {
"Germán Stábile": "german.stabile@gmail.com"
},
"social_media_url": "https://github.com/germanStabile",
"platforms": {
"ios": "10.0"
},
"swift_version": "5",
"source": {
"git": "https://github.com/rootstrap/RSFormView"
},
"source_files": "RSFormView/Classes/**/*.{h,m,swift}",
"resources": "RSFormView/Classes/**/*.xib",
"dependencies": {
"IQKeyboardManagerSwift": [
"~> 6.1.1"
]
}
}