Add PMKHealthKit

Closes #920
This commit is contained in:
Max Howell 2018-10-02 21:57:03 +00:00
parent 8b625a4ae3
commit 3f54058f4d
3 changed files with 12 additions and 0 deletions

View File

@ -152,6 +152,14 @@ Pod::Spec.new do |s|
ss.tvos.deployment_target = '9.0'
end
s.subspec 'HomeKit' do |ss|
ss.source_files = Dir['Extensions/HealthKit/Sources/*']
ss.dependency 'PromiseKit/CorePromise'
ss.frameworks = 'HealthKit'
ss.ios.deployment_target = '8.0'
ss.watchos.deployment_target = '2.0'
end
s.subspec 'HomeKit' do |ss|
ss.source_files = Dir['Extensions/HomeKit/Sources/*']
ss.dependency 'PromiseKit/CorePromise'

3
.gitmodules vendored
View File

@ -64,3 +64,6 @@
[submodule "Extensions/HomeKit"]
path = Extensions/HomeKit
url = https://github.com/PromiseKit/HomeKit.git
[submodule "Extensions/HealthKit"]
path = Extensions/HealthKit
url = https://github.com/PromiseKit/PMKHealthKit

1
Extensions/HealthKit Submodule

@ -0,0 +1 @@
Subproject commit 5f9fda8821a397cd6c34e065db90d24104c1e916