Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jan 20, 2020
1 parent 0415dc6 commit 0343dbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions WeakMapTable.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "WeakMapTable"
s.version = "1.0.0"
s.summary = "A weak-to-strong map table"
s.homepage = "https://github.com/ReactorKit/WeakMapTable"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Suyeol Jeon" => "[email protected]" }
s.source = { :git => "https://github.com/ReactorKit/WeakMapTable.git",
:tag => s.version.to_s }
s.source_files = "Sources/**/*.{swift,h,m}"
s.frameworks = "Foundation"
s.swift_version = "5.1"

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.11"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "3.0"
end

0 comments on commit 0343dbd

Please sign in to comment.