[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 3 / 9 / b / RxForm / 0.1.0 / RxForm.podspec.json
blobda6b43f42a04b5baa6e6022cfeaf1454487faded
2   "name": "RxForm",
3   "version": "0.1.0",
4   "summary": "A reactive form control written in swift",
5   "description": "Reactive form control :)",
6   "homepage": "https://github.com/matinouf/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/matinouf/RxForm.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "RxForm/**/*.{swift}",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5.1"
26     ],
27     "RxCocoa": [
28       "~> 5.1"
29     ]
30   },
31   "swift_versions": "5.2",
32   "swift_version": "5.2"