version 0.0.4
This commit is contained in:
parent
4c95406b35
commit
21e2016857
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "PlaceholderKit"
|
||||
s.version = "0.0.2"
|
||||
s.version = "0.0.4"
|
||||
s.summary = "Create placeholder images. In Swift."
|
||||
s.homepage = "https://github.com/simonlee2/PlaceholderKit"
|
||||
s.description = "PlaceholderKit generates images that you can use for testing during development."
|
||||
|
@ -14,6 +14,6 @@ Pod::Spec.new do |s|
|
|||
s.source_files = "Sources/PlaceholderKit/"
|
||||
s.exclude_files = "Sources/**/*.plist"
|
||||
|
||||
s.platforms = { :ios => "10.0", :osx => "10.11"}
|
||||
s.platforms = { :ios => "10.0", :osx => "10.13"}
|
||||
s.swift_version = "4.2"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue