Skip to content

Commit

Permalink
Wrong iOS deployment target for HealthKit
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Oct 3, 2018
1 parent 3f54058 commit 98e8962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PromiseKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ Pod::Spec.new do |s|
ss.tvos.deployment_target = '9.0'
end

s.subspec 'HomeKit' do |ss|
s.subspec 'HealthKit' do |ss|
ss.source_files = Dir['Extensions/HealthKit/Sources/*']
ss.dependency 'PromiseKit/CorePromise'
ss.frameworks = 'HealthKit'
ss.ios.deployment_target = '8.0'
ss.ios.deployment_target = '9.0'
ss.watchos.deployment_target = '2.0'
end

Expand Down

0 comments on commit 98e8962

Please sign in to comment.