Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Preparing to send v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed Jun 10, 2016
1 parent 751628c commit 613e1eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftMoment.podspec
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
end

0 comments on commit 613e1eb

Please sign in to comment.