blob: 007ef3c839f3223b85002a929668ad55da5c817e [file] [log] [blame]
{
"name": "STDevRxExt",
"version": "0.1.5",
"summary": "STDevRxExt contains some extension functions for RxSwift and RxCoca which makes our live easy.",
"swift_versions": "5.0",
"description": "STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa:\n* Filter Extensions\n* Map Extensions\n* Cast Extensions\n* more coming soon",
"homepage": "https://github.com/stdevteam/STDevRxExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigran Hambardzumyan": "tigran@stdevmail.com"
},
"source": {
"git": "https://github.com/stdevteam/STDevRxExt.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "11.2"
},
"source_files": "STDevRxExt/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "5.0"
}