[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / c / RSFormView / 1.1.0 / RSFormView.podspec.json
blob949d0f979bf67970faf4fdef77e77fb9d8bcba3c
2   "name": "RSFormView",
3   "version": "1.1.0",
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"
18   },
19   "source_files": "RSFormView/Classes/**/*.{h,m,swift}",
20   "resources": "RSFormView/Classes/**/*.xib",
21   "resource_bundles": {
22     "RSFormView": [
23       "RSFormView/Classes/**/*.xib"
24     ]
25   },
26   "dependencies": {
27     "IQKeyboardManagerSwift": [
28       "~> 6.1.1"
29     ]
30   }