blob: f116ca5f52c313bb36067e73e1214ac62a8fa6e0 [file] [log] [blame]
{
"name": "Konex",
"version": "0.1.2",
"summary": "Konex is an extensible, protocol oriented, reactive networking layer over URLSession written in swift.",
"description": "Konex is an extensible, protocol oriented, reactive networking layer over URLSession written in swift.\n\nYou can extend it with plugins, response processors and validators. More info in github.",
"homepage": "https://github.com/fmo91/Konex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fmo91": "ortizfernandomartin@gmail.com"
},
"source": {
"git": "https://github.com/fmo91/Konex.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Konex/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"RxObjectMapper": [
"~> 0.1.0"
]
},
"pushed_with_swift_version": "3.0"
}