Skip to content

Commit

Permalink
fix cocoapods source file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Coledunsby committed Apr 18, 2024
1 parent 02313eb commit 848eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CDCodabarView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "12.0"
s.requires_arc = true
s.source = { :git => "https://github.com/Coledunsby/CDCodabarView.git", :tag => "#{s.version}" }
s.source_files = "Sources/*.swift"
s.source_files = "Sources/CDCodabarView/*.swift"
s.module_name = s.name
end

0 comments on commit 848eb8d

Please sign in to comment.