Skip to content

Commit

Permalink
chore: specifiy swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Oct 15, 2024
1 parent 2c114b7 commit 3ffef1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added rive-react-native-7.3.0.tgz
Binary file not shown.
Binary file added rive-react-native-v7.3.0.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.swift_version = "5.0"

s.dependency "React-Core"
s.dependency "RiveRuntime", "5.16.0"
end

0 comments on commit 3ffef1f

Please sign in to comment.