[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / b / RxForm / 1.0.0 / RxForm.podspec.json
bloba749100031ed25f466533a7ef9d67c7b5d702c2e
2   "name": "RxForm",
3   "version": "1.0.0",
4   "summary": "A reactive form control written in swift",
5   "description": "A reactive form control library written in swift using RxSwift to manage complex and dynamic forms",
6   "homepage": "https://github.com/iMattin/RxForm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "matin": "matin3238@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/iMattin/RxForm.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "RxForm/**/*.{swift}",
23   "dependencies": {
24     "RxSwift": [
25       "~> 6.2"
26     ],
27     "RxCocoa": [
28       "~> 6.2"
29     ]
30   },
31   "swift_versions": "5.2",
32   "swift_version": "5.2"