Skip to content

Commit

Permalink
fix(ios): add ios.deployment_target of 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Mar 24, 2022
1 parent f630f9e commit ca1b199
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions react-native-readium.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "13.0" }
s.source = { :git => "http://github.com/5-stones/react-native-readium.git", :tag => "#{s.version}" }
s.ios.deployment_target = "13.0"

s.source = { :git => "http://github.com/5-stones/react-native-readium.git", :tag => "#{s.version}" }
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
s.dependency "R2Shared"
s.dependency "R2Streamer"
s.dependency "R2Navigator"
Expand Down

0 comments on commit ca1b199

Please sign in to comment.