Skip to content

Commit 3f54058

Browse files
committed
Add PMKHealthKit
Closes mxcl#920
1 parent 8b625a4 commit 3f54058

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/PromiseKit.podspec

+8
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ Pod::Spec.new do |s|
152152
ss.tvos.deployment_target = '9.0'
153153
end
154154

155+
s.subspec 'HomeKit' do |ss|
156+
ss.source_files = Dir['Extensions/HealthKit/Sources/*']
157+
ss.dependency 'PromiseKit/CorePromise'
158+
ss.frameworks = 'HealthKit'
159+
ss.ios.deployment_target = '8.0'
160+
ss.watchos.deployment_target = '2.0'
161+
end
162+
155163
s.subspec 'HomeKit' do |ss|
156164
ss.source_files = Dir['Extensions/HomeKit/Sources/*']
157165
ss.dependency 'PromiseKit/CorePromise'

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@
6464
[submodule "Extensions/HomeKit"]
6565
path = Extensions/HomeKit
6666
url = https://github.com/PromiseKit/HomeKit.git
67+
[submodule "Extensions/HealthKit"]
68+
path = Extensions/HealthKit
69+
url = https://github.com/PromiseKit/PMKHealthKit

Extensions/HealthKit

Submodule HealthKit added at 5f9fda8

0 commit comments

Comments
 (0)