Skip to content

Commit

Permalink
in preparation to v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akornich authored Aug 27, 2018
1 parent 4f50720 commit ced8629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rollbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Rollbar"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Objective-C library for crash reporting and logging with Rollbar."
s.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.author = { "Rollbar" => "[email protected]" }
s.social_media_url = "http://twitter.com/rollbar"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git", :tag => "v1.1.0", :submodules => true}
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git", :tag => "v1.2.0", :submodules => true}

s.source_files = 'KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}',
'Rollbar/*.{h,m}'
Expand Down

0 comments on commit ced8629

Please sign in to comment.