[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 7 / 9 / SwiftValidatorsReactiveExtensions / 1.0.2 / SwiftValidatorsReactiveExtensions.podspec.json
blob09c1e2b043a0f5f11cf25829c55e92bfb19fbf35
2   "name": "SwiftValidatorsReactiveExtensions",
3   "version": "1.0.2",
4   "summary": "SwiftValidators that play nice with ReactiveSwift's ValidatingProperty",
5   "description": "ReactiveSwift's ValidatingProperty seems the ideal place to apply SwiftValidators. SwiftValidatorsReactiveExtensions provides extensions that play nice with and remove much of the boilerplate code needed to validate a ValidatingProperty'",
6   "homepage": "https://github.com/gkaimakas/SwiftValidatorsReactiveExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gkaimakas": "gkaimakas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gkaimakas/SwiftValidatorsReactiveExtensions.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftValidatorsReactiveExtensions/Classes/**/*",
22   "dependencies": {
23     "SwiftValidators": [
24       "~> 6.0.0"
25     ],
26     "ReactiveSwift": [
27       "~> 1.1.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"