From 613e1ebcffd65526b4a8afc5a844e5835b7b25d3 Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Fri, 10 Jun 2016 18:12:05 +0200 Subject: [PATCH] Preparing to send v0.5.1 --- SwiftMoment.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftMoment.podspec b/SwiftMoment.podspec index ee8972b..7743b2c 100644 --- a/SwiftMoment.podspec +++ b/SwiftMoment.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftMoment" - s.version = "0.5" + s.version = "0.5.1" s.summary = "A time and calendar manipulation library for iOS / macOS / tvOS / watchOS written in Swift" s.description = <<-DESC This framework is inspired by Moment.js. Its objectives are the following: @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.10" s.tvos.deployment_target = "9.0" s.watchos.deployment_target = "2.0" - s.source = { :git => "https://github.com/akosma/SwiftMoment.git", :tag => "v0.5" } + s.source = { :git => "https://github.com/akosma/SwiftMoment.git", :tag => "v0.5.1" } s.source_files = "SwiftMoment/SwiftMoment" s.resource = "SwiftMoment/SwiftMoment/MomentFromNow.bundle" -end \ No newline at end of file +end