Skip to content

Commit

Permalink
Update version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Crocker committed Oct 5, 2017
1 parent 9dd0f86 commit 75efcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TBOOMDetector.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "TBOOMDetector"
s.version = "0.5"
s.version = "0.6"
s.summary = "Detect Out Of Memory events in an iOS app"

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "6.0"

s.source = { :git => "https://github.com/trailbehind/TBOOMDetector.git", :tag => "0.5" }
s.source = { :git => "https://github.com/trailbehind/TBOOMDetector.git", :tag => "0.6" }

s.source_files = "TBOOMDetector/*.{h,m,c}"
s.dependency 'Crashlytics', '~> 3'
Expand Down

0 comments on commit 75efcd2

Please sign in to comment.