Updated source path in podspec
This commit is contained in:
parent
d5c92e241f
commit
1538406772
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue