Skip to content

Commit 21c36d9

Browse files
authored
Merge pull request #80 from MindscapeHQ/dp/rg4apple_dependency_update
Dp/rg4apple dependency update
2 parents e763fae + 0e9afb4 commit 21c36d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/raygun4reactnative.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Pod::Spec.new do |s|
1515
# optional - use expanded license entry instead:
1616
# s.license = { :type => "MIT", :file => "LICENSE" }
1717
s.authors = { "MindscapeHQ" => "hello@raygun.io" }
18-
s.platforms = { :ios => "10.0" }
18+
s.platforms = { :ios => "12.0" }
1919
s.source = { :git => "https://github.com/hunteva/raygun4reactnative.git", :branch => "kerwin/refactory/storage" }
2020

2121
s.source_files = "ios/**/*.{h,c,m,swift}"
2222
s.requires_arc = true
2323

2424
s.dependency "React-Core"
25-
s.dependency "raygun4apple", '~> 1.5.1'
25+
s.dependency "raygun4apple", '~> 2.1.1'
2626

2727
end

0 commit comments

Comments
 (0)