Fixed podspec

This commit is contained in:
Darren Ford 2023-03-15 11:20:41 +11:00
parent 344eab8512
commit 0e89b0c162
1 changed files with 1 additions and 1 deletions

View File

@ -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