[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / b / AutoDisposable / 1.0.3 / AutoDisposable.podspec.json
blob512cf8dc6f3206ed30d1b748a2db58637a629d18
2   "name": "AutoDisposable",
3   "version": "1.0.3",
4   "summary": "RxSwift extensions for automatically disposing of observables.",
5   "homepage": "https://github.com/BiohazardUA/AutoDisposable",
6   "description": "AutoDisposable is a tool for automatically binding the execution of RxSwift streams to a provided scope via disposal.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladislav Ternovskiy": "vladislav.ternovskii@gmail.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/vladislav-ternovskiy-494995119",
15   "source": {
16     "git": "https://github.com/BiohazardUA/AutoDisposable.git",
17     "tag": "1.0.3"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "AutoDisposable/**/*.{swift,h,m}",
26     "Platform/**/*.swift"
27   ],
28   "dependencies": {
29     "RxSwift": [
30       "~> 5"
31     ],
32     "RxCocoa": [
33       "~> 5"
34     ],
35     "RxRelay": [
36       "~> 5"
37     ]
38   },
39   "swift_versions": "5.0",
40   "swift_version": "5.0"