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

Commit

Permalink
[Update] podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Taillook committed Aug 8, 2017
1 parent c17ec09 commit 2f119e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZipCode4s.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "ZipCode4s"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "Swift library for manipulating postal codes."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/Taillook/ZipCode4s"
s.author = { "Taillook" => "taillook.s[at]gmail.com" }
s.social_media_url = "http://twitter.com/Taillook"
s.source = { :git => "https://github.com/Taillook/ZipCode4s.git", :tag => "0.0.4" }
s.source = { :git => "https://github.com/Taillook/ZipCode4s.git", :tag => "0.0.5" }
s.platform = :ios, '10.2'
s.requires_arc = true
s.source_files = 'ZipCode4s/*'
Expand Down

0 comments on commit 2f119e2

Please sign in to comment.