Skip to content

Commit

Permalink
podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 committed Jul 29, 2019
1 parent b572483 commit bfec4c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Day.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Pod::Spec.new do |s|
s.name = "Day"
s.version = "1.1.3"
s.version = "1.1.4"
s.summary = "Mini lib to represent a Day"
s.description = "This is the mini library to represent a Day value with serialization functionality"
s.homepage = "https://github.com/numen31337/Day"
s.license = "MIT"
s.author = { "Alexander Kirsch" => "[email protected]" }
s.social_media_url = "http://twitter.com/numen31337"
s.author = { "Alexander Kirsch" => "[email protected]" }

s.ios.deployment_target = '9.0'
s.watchos.deployment_target = '4.0'
Expand Down

0 comments on commit bfec4c8

Please sign in to comment.