Skip to content

Commit

Permalink
fix: target macOS 10.10 and onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jun 7, 2019
1 parent 4b21e1f commit 0edc979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion URITemplate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/kylef/URITemplate.swift.git', :tag => "#{spec.version}" }
spec.source_files = 'Sources/*.{h,swift}'
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.osx.deployment_target = '10.10'
spec.watchos.deployment_target = '2.0'
spec.tvos.deployment_target = '9.0'
spec.requires_arc = true
Expand Down

0 comments on commit 0edc979

Please sign in to comment.