blob: 11138bc91cbcf2300c6877bb910afc91f00a6101 [file] [log] [blame]
{
"name": "RxErrorTracker",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/bfcmorgado",
"platforms": {
"ios": "8.0"
},
"source_files": "RxErrorTracker/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.6"
],
"RxCocoa": [
"~> 2.6"
]
}
}