[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / c / RSFormView / 1.1.1 / RSFormView.podspec.json
blob52d5647581d095da3582466b6d64970ec95a6818
2   "name": "RSFormView",
3   "version": "1.1.1",
4   "summary": "A library to easily create customizable form views to collect user data.",
5   "description": "RSFormView allows you to build beutiful forms in a few minutes with out of the box or custom designs.",
6   "homepage": "https://github.com/rootstrap/RSFormView",
7   "license": "MIT",
8   "authors": {
9     "Germán Stábile": "german.stabile@gmail.com"
10   },
11   "social_media_url": "https://github.com/germanStabile",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_version": "5",
16   "source": {
17     "git": "https://github.com/rootstrap/RSFormView.git",
18     "tag": "1.1.1"
19   },
20   "source_files": "RSFormView/Classes/**/*.{h,m,swift}",
21   "resources": "RSFormView/Classes/**/*.xib",
22   "resource_bundles": {
23     "RSFormView": [
24       "RSFormView/Classes/**/*.xib"
25     ]
26   },
27   "dependencies": {
28     "IQKeyboardManagerSwift": [
29       "~> 6.1.1"
30     ]
31   }