Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 4.1.1
  • Loading branch information
jocelynlih committed Aug 25, 2014
1 parent 4a693fc commit 615a682
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
32 changes: 32 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions 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"

0 comments on commit 615a682

Please sign in to comment.