[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / f / RxSemaphore / 0.1.0 / RxSemaphore.podspec.json
blob3f74d8e7851c99c7730e139116cc66a34f2f5f13
2   "name": "RxSemaphore",
3   "version": "0.1.0",
4   "summary": "Single Semaphore Plus Cancellable in RxSwift",
5   "homepage": "https://github.com/Adelais0/RxSemaphore",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Adelais0": "lilingfengzero@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Adelais0/RxSemaphore.git",
15     "tag": "0.1.0"
16   },
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "watchos": "3.0",
25     "tvos": "9.0"
26   },
27   "source_files": "RxSemaphore/**/*",
28   "dependencies": {
29     "RxSwift": [
30       "~> 5.0"
31     ]
32   },
33   "swift_version": "5.1"