Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Fix deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
janmisar committed Apr 28, 2021
1 parent cb5d5b0 commit 40fdcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveLocation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESC
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ackee' => '[email protected]' }
s.source = { :git => 'https://github.com/AckeeCZ/ReactiveLocation.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.source_files = 'ReactiveLocation/*.swift'
s.dependency 'ReactiveSwift', '~> 6.0'
s.swift_version = '5.0'
Expand Down

0 comments on commit 40fdcfa

Please sign in to comment.