- Additional optional downloads:
- Older SDKs, eg, for building ancient projects.
- Older compilers (for same).
- Either ship gcc/llvm-gcc or don't. Don't ship clang and call it 'gcc', that just breaks anyone who actually needs GCC and finds your not-gcc in the PATH.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process, absent anything else, is strictly pull | |
you should think of run like a giant wheel that is spinning and pulling in some rope, which is the process | |
the other end of that rope MAY be attached to a queue | |
you're pulling from that queue | |
and there may be an observer sitting on the rope which pushes into another queue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "PLCrashReporter" | |
s.version = "1.2-rc2" | |
s.summary = "Reliable, open-source crash reporting for iOS and Mac OS X." | |
s.description = <<-DESC | |
Plausible CrashReporter provides an in-process crash reporting | |
framework for use on both iOS and Mac OS X, and powers many of | |
the crash reporting services available for iOS, including HockeyApp, | |
Atlassian JMC, Crittercism, and Flurry. |