Skip to content

Commit

Permalink
removing osx, tvos and watchos support
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwarr51 committed May 4, 2023
1 parent 377f5ff commit a0b88aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ReactiveFeedback.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Babylon iOS" => "[email protected]" }
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '12.0'
s.watchos.deployment_target = '9.0'
s.tvos.deployment_target = '13.0'
s.source = { :git => "https://github.com/Babylonpartners/ReactiveFeedback.git", :tag => "#{s.version}" }
s.source_files = "ReactiveFeedback/*.{swift}"

Expand Down

0 comments on commit a0b88aa

Please sign in to comment.