Skip to content

Commit

Permalink
Import working version
Browse files Browse the repository at this point in the history
  • Loading branch information
choco committed Nov 29, 2017
1 parent 414af1e commit b0847d2
Show file tree
Hide file tree
Showing 10 changed files with 19,233 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0.2
15 changes: 15 additions & 0 deletions PublicSuffix.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.platform = :osx
s.osx.deployment_target = "10.10"
s.name = "PublicSuffix"
s.version = "0.1"
s.summary = "Get registered domain from an URL using Public Suffix List"
s.homepage = "https://github.com/choco/PSLSwift"
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { "Enrico Ghirardi" => "dev@choco.me" }
s.source = { :git => 'https://github.com/choco/PSLSwift.git', :tag => 'v0.1' }
s.source_files = 'PublicSuffix/*.{h,swift}'
s.resources = 'PublicSuffix/etld.plist'
s.exclude_files = 'README.md', 'LICENSE', 'PublicSuffix.podspec'
s.requires_arc = true
end
Loading

0 comments on commit b0847d2

Please sign in to comment.