Skip to content

Commit

Permalink
update pod spec for version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Crocker committed Dec 23, 2015
1 parent 586a515 commit bd74a1d
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.3"
s.version = "0.4"
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.3" }
s.source = { :git => "https://github.com/trailbehind/TBOOMDetector.git", :tag => "0.4" }

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

0 comments on commit bd74a1d

Please sign in to comment.