blob: 3f74d8e7851c99c7730e139116cc66a34f2f5f13 [file] [log] [blame]
{
"name": "RxSemaphore",
"version": "0.1.0",
"summary": "Single Semaphore Plus Cancellable in RxSwift",
"homepage": "https://github.com/Adelais0/RxSemaphore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adelais0": "lilingfengzero@gmail.com"
},
"source": {
"git": "https://github.com/Adelais0/RxSemaphore.git",
"tag": "0.1.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "RxSemaphore/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.1"
}