From 615a6827cf36e374ee41c440065e3105c884b4ca Mon Sep 17 00:00:00 2001 From: Jocelyn Harrington Date: Mon, 25 Aug 2014 03:39:41 -0400 Subject: [PATCH] Release 4.1.1 --- Airbrake-iOS.podspec | 32 ++++++++++++++++++++++++++++++++ LICENSE | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 Airbrake-iOS.podspec create mode 100644 LICENSE diff --git a/Airbrake-iOS.podspec b/Airbrake-iOS.podspec new file mode 100644 index 0000000..d5a2680 --- /dev/null +++ b/Airbrake-iOS.podspec @@ -0,0 +1,32 @@ + +Pod::Spec.new do |s| + + s.name = "Airbrake-iOS" + s.version = "4.1.1" + s.summary = "An Airbrake Notifier for iOS" + + s.description = <<-DESC + The Airbrake iOS Notifier is designed to give developers instant notification of problems that occur in their apps. With just a few lines of code and a few extra files in your project, your app will automatically phone home whenever a crash or exception is encountered. These reports go straight to Airbrake where you can see information like backtrace, device type, app version, and more. + DESC + + s.homepage = "http://airbrake.io/pages/ios-notifier" + + s.license = "MIT" + + s.author = "Jocelyn Harrington" + + s.platform = :ios, "6.0" + + s.source = { :git => "https://github.com/airbrake/airbrake-ios.git", :tag => "4.1.1" } + + s.source_files = "Airbrake/{notifier,gcalertview}/*.{h,m}", "Airbrake/CrashReporter.framework/Versions/A/Headers/*.h" + + s.resources = "Airbrake/notifier/ABNotifier.bundle" + + s.framework = "SystemConfiguration" + + s.ios.vendored_frameworks = "Airbrake/CrashReporter.framework" + + s.requires_arc = true + +end diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..91b8af5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +\n Copyright (C) 2011 GUI Cocoa, LLC.\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n\n" +