Updated source path in podspec

This commit is contained in:
Simon 2018-12-26 11:56:02 +08:00
parent d5c92e241f
commit 1538406772
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ Pod::Spec.new do |s|
}
s.source = { :git => "https://github.com/simonlee2/PlaceholderKit.git", :tag => s.version.to_s }
s.source_files = "Sources"
s.source_files = "Sources/PlaceholderKit/"
s.exclude_files = "Sources/**/*.plist"
s.platforms = { :ios => "8.0", :osx => "10.11"}
s.swift_version = "4.2"
end
end