blob: 177c3ebbd4d95d9a59055ef8190fd46a6543f1c7 [file] [log] [blame]
{
"name": "RxErrorTracker",
"version": "2.0.1",
"summary": "An RxSwifty approach to error handling.",
"description": "RxErrorTracker provides a clean, integrated and easy to use approach to error handling. It is based on RxSwift and represents an observable sequence of errors Rx style. The main benefit is to enable a single point of entry for dealing with the multiple errors that applications need to handle.",
"homepage": "https://github.com/brunomorgado/RxErrorTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Morgado": "brunofcmorgado@gmail.com"
},
"source": {
"git": "https://github.com/brunomorgado/RxErrorTracker.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/bfcmorgado",
"platforms": {
"ios": "9.0"
},
"source_files": "RxErrorTracker/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}