Skip to content

Commit

Permalink
Fix cocoapods warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Dec 9, 2014
1 parent c15f389 commit 60ed4b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bugsnag.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Pod::Spec.new do |s|
s.libraries = 'c++'
s.xcconfig = { 'GCC_ENABLE_CPP_EXCEPTIONS' => 'YES' }

s.platforms = {:ios => "5.0", :osx => "10.7"}

s.source_files = ["KSCrash/Source/KSCrash/Recording/**/*.{m,h,mm,c,cpp}",
"KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
"Source/Bugsnag/**/*.{m,h,mm,c,cpp}"]
Expand Down

0 comments on commit 60ed4b8

Please sign in to comment.