blob: 291af6a5c2cca19ce5a2cb88481afed26cdfff7d [file] [log] [blame]
{
"name": "STDevRxExt",
"version": "1.0.0",
"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/STDevTM/STDevRxExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigran Hambardzumyan": "tigran@stdevmail.com"
},
"source": {
"git": "https://github.com/STDevTM/STDevRxExt.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "Sources/STDevRxExt/**/*",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_version": "5.0"
}