Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Update DateParser.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Nov 5, 2018
1 parent 2ae4c08 commit 79456c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DateParser.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "DateParser"
s.summary = "Simple ISO 8601 and Unix timestamp Swift date parser"
s.version = "1.1.0"
s.version = "1.2.0"
s.homepage = "https://github.com/3lvis/DateParser"
s.license = 'MIT'
s.author = { "Elvis Nuñez" => "elvisnunez@me.com" }
Expand All @@ -14,4 +14,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source_files = 'Sources/**/*'
s.frameworks = 'Foundation'
s.swift_version = '4.2'
end

0 comments on commit 79456c0

Please sign in to comment.