Skip to content

Commit

Permalink
Update source_files in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosrobertn committed Jun 4, 2021
1 parent a56d062 commit 96c05eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KNContactsPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |spec|

spec.source = { :git => "https://github.com/dragosrobertn/KNContactsPicker.git", :tag => "#{spec.version}" }

spec.source_files = "KNContactsPicker/*.swift", "KNContactsPicker/Extensions/*.swift"
spec.source_files = "Sources/KNContactsPicker/*.swift", "Sources/KNContactsPicker/Extensions/*.swift"

spec.frameworks = "Contacts", "ContactsUI"

Expand Down

0 comments on commit 96c05eb

Please sign in to comment.