Add podspec

This commit is contained in:
Simon 2018-12-12 23:57:37 +08:00
parent 92171e44d2
commit bc28d26f63
1 changed files with 18 additions and 0 deletions

18
PlaceholderKit.podspec Normal file
View File

@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "PlaceholderKit"
s.version = "0.0.1"
s.summary = "Create placeholder images. In Swift."
s.homepage = "https://github.com/simonlee2/PlaceholderKit"
s.description = ""
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.authors = {
"Simon Lee" => "dev.simonlee@gmail.com"
}
s.source = { :git => "https://github.com/simonlee2/PlaceholderKit", :tag => "0.0.1" }
s.source_files = "Sources"
s.platforms = { :ios => "8.0", :osx => "10.11", :tvos => "9.0", :watchos => "3.0" }
s.swift_version = "4.2"
end