Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 0b1d10f

Browse files
committed
specify osx, watchos and tvos in the Podspec
1 parent ee50c45 commit 0b1d10f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RuntimeKit.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Pod::Spec.new do |s|
2929
s.social_media_url = 'https://twitter.com/lukas_kollmer'
3030

3131
s.ios.deployment_target = '8.0'
32+
s.osx.deployment_target = '10.9'
33+
s.watchos.deployment_target = '2.0'
34+
s.tvos.deployment_target = '9.0'
3235

3336
s.source_files = 'RuntimeKit/Sources/**/*'
3437

0 commit comments

Comments
 (0)