diff --git a/Rollbar.podspec b/Rollbar.podspec index 804c634..1cb99a0 100644 --- a/Rollbar.podspec +++ b/Rollbar.podspec @@ -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. @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.author = { "Rollbar" => "support@rollbar.com" } 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}'