blob: 1f0a39257f51ed82205e8dd5938bebdd7b22471c [file] [log] [blame]
{
"name": "Konex",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Konex/Classes/**/*",
"dependencies": {
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}