Nikolay Volosatov

Results 5 issues of Nikolay Volosatov

There are warnings related to the fact that `dispatch_queue_set_specific` and `dispatch_get_specific` are implemented in iOS 5. ![dispatch_queue_set_specific warning screenshot](https://user-images.githubusercontent.com/443972/36938568-7739b958-1f34-11e8-9fbe-f41015549403.png) I think something like `s.platform = :ios, '5.0'` should be presented...

This is a quick itteration on visionOS support. I've briefly checked that some of the crash types and looks like it works just fine. So far CocoaPods doesn't fully support...

There is a crash related to zombies monitoring. It looks like #212, but with a few differences on the top of the stacktrace. ``` EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000000d632bec8 0 MyApp 0x106e334c4...

This PR adds support for running builds and tests for visionOS target. Tested in https://github.com/kstenerud/KSCrash/pull/452