blob: 6383ac2ff425267e1c1fc3551eb045dac5cbfa90 [file] [log] [blame]
{
"name": "STDevRxExt",
"version": "0.1.0",
"summary": "STDevRxExt contains some extension functions for RxSwift and RxCoca which makes our live easy.",
"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.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "STDevRxExt/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.1.2"
],
"RxCocoa": [
"~> 4.1.2"
]
},
"pushed_with_swift_version": "4.0"
}