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. |
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
/* | |
$ gcc --version | |
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
$ clang --version | |
Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn) |