blob: ce3295359113c1b17359065180f82963743ad3c9 [file] [log] [blame]
{
"name": "RxRetroSwift",
"version": "2.0.0",
"summary": "A Simple, Neat and Clean, Easy to use Reactive RetroFit inspired implementation in swift.",
"description": "A Simple, Neat and Clean, Easy to use Reactive RetroFit inspired implementation in swift. \nAll you have to do is create models( and viewModels) and let the RxRetroSwift handle the difference response objects for you.",
"homepage": "https://github.com/michaelhenry/RxRetroSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Henry Pantaleon": "me@iamkel.net"
},
"source": {
"git": "https://github.com/michaelhenry/RxRetroSwift.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/michaelhenry119",
"platforms": {
"ios": "8.0"
},
"source_files": "RxRetroSwift/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}