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

Commit

Permalink
[Add] Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Taillook committed Aug 8, 2017
1 parent cd17b3a commit 5445c63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ZipCode4s.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ZipCode4s"
s.version = "0.0.1"
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.1" }
s.platform = :ios, '10.2'
s.requires_arc = true
s.source_files = 'ZipCode4s/*.swift'
s.resources = 'ZipCode4s/assets/*.csv'
end

0 comments on commit 5445c63

Please sign in to comment.