Skip to content

Commit

Permalink
fix(podspec): specify swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Mar 24, 2022
1 parent 899d9a6 commit cc7d7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-native-readium.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"

# this is an issue as these aren't currently published on cocoapods.org
Expand Down

0 comments on commit cc7d7cd

Please sign in to comment.