Skip to content

Commit

Permalink
Update Day.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 authored Dec 10, 2018
1 parent 0319357 commit b4baa41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Day.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "Alexander Kirsch" => "[email protected]" }
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

0 comments on commit b4baa41

Please sign in to comment.