diff --git a/Day.podspec b/Day.podspec index 56e9d07..15812d7 100644 --- a/Day.podspec +++ b/Day.podspec @@ -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" => "spam-reporter-3000@alexander-kirsch.com" } - s.social_media_url = "http://twitter.com/numen31337" + s.author = { "Alexander Kirsch" => "spam-reporter-3000@alexander-kirsch.com" } s.ios.deployment_target = '9.0' s.watchos.deployment_target = '4.0'