[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / b / 8 / RxSliceControl / 1.0.0 / RxSliceControl.podspec.json
blob3fb6921cf9d61bdf4adc3bcb73286dcdd46b19f8
2   "name": "RxSliceControl",
3   "swift_version": "4.2",
4   "version": "1.0.0",
5   "summary": "🍰 A µ-extension to bind SliceControl events with RxSwift",
6   "description": "🍰 A µ-extension to SliceControl to track events using RxSwift observables.",
7   "homepage": "https://github.com/pedrommcarrasco/RxSliceControl",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Pedro Carrasco",
13   "social_media_url": "http://twitter.com/pedrommcarrasco",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/pedrommcarrasco/RxSliceControl.git",
19     "tag": "1.0.0"
20   },
21   "dependencies": {
22     "SliceControl": [
23       "~> 1.0"
24     ],
25     "RxSwift": [
26       "~> 4.4"
27     ],
28     "RxCocoa": [
29       "~> 4.4"
30     ]
31   },
32   "source_files": "RxSliceControl/**/*",
33   "exclude_files": "RxSliceControl/*.plist"