Fixed podspec
This commit is contained in:
parent
344eab8512
commit
0e89b0c162
|
@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
||||||
s.social_media_url = ""
|
s.social_media_url = ""
|
||||||
s.osx.deployment_target = "10.11"
|
s.osx.deployment_target = "10.11"
|
||||||
s.source = { :git => ".git", :tag => s.version.to_s }
|
s.source = { :git => ".git", :tag => s.version.to_s }
|
||||||
s.source_files = "Sources/DSFFloatLabelledTextControl/*.swift"
|
s.source_files = "Sources/DSFFloatLabelledTextField/**/*.{swift}"
|
||||||
s.frameworks = "Cocoa"
|
s.frameworks = "Cocoa"
|
||||||
s.swift_version = "5.4"
|
s.swift_version = "5.4"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue