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