blob: 371fabdf2e3fba35f29972a7056510975127d443 [file] [log] [blame]
{
"name": "RxErrorTracker",
"version": "0.1.0",
"summary": "An RxSwifty approach to error handling.",
"description": "TODO: Add long description of the pod here.",
"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": "0.1.0"
},
"social_media_url": "https://twitter.com/bfcmorgado",
"platforms": {
"ios": "8.0"
},
"source_files": "RxErrorTracker/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.6"
],
"RxCocoa": [
"~> 2.6"
]
}
}