Skip to content

Commit

Permalink
[cocoapods] fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Aug 13, 2020
1 parent 20c1bf9 commit 2f6e198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EKBlurAlert.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ s.framework = "UIKit"
s.dependency 'SnapKit'

# 8
s.source_files = "EKBlurAlert/**/*.{swift}"
s.source_files = "Sources/EKBlurAlert/**/*.{swift}"

# 9
#s.resources = "EKBlurAlert/**/*.{png,jpeg,jpg,storyboard,xib}"
Expand Down

0 comments on commit 2f6e198

Please sign in to comment.