[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / d / 6 / f / RxSemaphore / 0.2.0 / RxSemaphore.podspec.json
blob8df20e92a8f5b882c56c65fad89495bbcb593f8a
2   "name": "RxSemaphore",
3   "version": "0.2.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.2.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"