Skip to content

Commit

Permalink
Fix for adding into Swift project via cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Wulf committed Jul 21, 2016
1 parent 2f90a68 commit 9fdb49b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Airbrake-iOS.podspec
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "Airbrake-iOS"

s.version = "4.2.5.2"
s.version = "4.2.5.3"

s.summary = "An Airbrake Notifier for iOS"

Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "6.0"

s.source = { :git => "https://github.com/Meeco/airbrake-ios.git", :tag => "4.2.5.2" }
s.source = { :git => "https://github.com/Meeco/airbrake-ios.git", :tag => "4.2.5.3" }

s.source_files = "Airbrake/{notifier,gcalertview}/*.{h,m}", "Airbrake/CrashReporter.framework/Versions/A/Headers/*.h"

Expand Down
2 changes: 1 addition & 1 deletion Airbrake/notifier/ABCrashReport.h
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <CrashReporter/CrashReporter.h>
#import "CrashReporter.h"

@interface ABCrashReport : NSObject
@property (nonatomic, strong) PLCrashReporter *plCrashReporter;
Expand Down

0 comments on commit 9fdb49b

Please sign in to comment.