[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 7 / RxErrorTracker / 0.1.0 / RxErrorTracker.podspec.json
blob371fabdf2e3fba35f29972a7056510975127d443
2   "name": "RxErrorTracker",
3   "version": "0.1.0",
4   "summary": "An RxSwifty approach to error handling.",
5   "description": "TODO: Add long description of the pod here.",
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": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/bfcmorgado",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxErrorTracker/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 2.6"
26     ],
27     "RxCocoa": [
28       "~> 2.6"
29     ]
30   }