File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,14 @@ Pod::Spec.new do |s|
152
152
ss . tvos . deployment_target = '9.0'
153
153
end
154
154
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
+
155
163
s . subspec 'HomeKit' do |ss |
156
164
ss . source_files = Dir [ 'Extensions/HomeKit/Sources/*' ]
157
165
ss . dependency 'PromiseKit/CorePromise'
Original file line number Diff line number Diff line change 64
64
[submodule "Extensions/HomeKit "]
65
65
path = Extensions/HomeKit
66
66
url = https://github.com/PromiseKit/HomeKit.git
67
+ [submodule "Extensions/HealthKit "]
68
+ path = Extensions/HealthKit
69
+ url = https://github.com/PromiseKit/PMKHealthKit
You can’t perform that action at this time.
0 commit comments