From b4baa410dc0ea67bdc68ba37df5bf4b17397bbca Mon Sep 17 00:00:00 2001 From: Alexander Kirsch Date: Mon, 10 Dec 2018 14:15:29 +0100 Subject: [PATCH] Update Day.podspec --- Day.podspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Day.podspec b/Day.podspec index 027f88b..830f02d 100644 --- a/Day.podspec +++ b/Day.podspec @@ -7,8 +7,11 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "Alexander Kirsch" => "spam-reporter-3000@alexander-kirsch.com" } s.social_media_url = "http://twitter.com/numen31337" - s.platform = :ios, "9.0" + + s.ios.deployment_target = '9.0' + s.watchos.deployment_target = '4.0' s.swift_version = "4.2" + s.source = { :git => "https://github.com/numen31337/Day.git", :tag => "#{s.version}" } s.source_files = "Day/**/*.{h,m,swift}" end