blob: 4738dbc2eafa88be6ff53bc6bce59aca426b3c9a [file] [log] [blame]
{
"name": "RSFormView",
"version": "2.1.1",
"summary": "A library to easily create customizable form views to collect user data.",
"description": "RSFormView allows you to build beutiful forms in a few minutes with out of the box or custom designs.",
"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_versions": "5",
"source": {
"git": "https://github.com/rootstrap/RSFormView.git",
"tag": "2.1.1"
},
"source_files": "RSFormView/Classes/**/*.{h,m,swift}",
"resources": "RSFormView/Classes/**/*.xib",
"resource_bundles": {
"RSFormView": [
"RSFormView/Classes/**/*.xib"
]
},
"dependencies": {
"IQKeyboardManagerSwift": [
"~> 6.1.1"
]
},
"swift_version": "5"
}