[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 6 / 7 / RxErrorTracker / 2.0.1 / RxErrorTracker.podspec.json
blob177c3ebbd4d95d9a59055ef8190fd46a6543f1c7
2   "name": "RxErrorTracker",
3   "version": "2.0.1",
4   "summary": "An RxSwifty approach to error handling.",
5   "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.",
6   "homepage": "https://github.com/brunomorgado/RxErrorTracker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bruno Morgado": "brunofcmorgado@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/brunomorgado/RxErrorTracker.git",
16     "tag": "2.0.1"
17   },
18   "social_media_url": "https://twitter.com/bfcmorgado",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "RxErrorTracker/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.0"
26     ],
27     "RxCocoa": [
28       "~> 3.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"