Skip to content

Commit

Permalink
Merge pull request #11 from abema/fix-podspec
Browse files Browse the repository at this point in the history
fix: reg exp in podspec
  • Loading branch information
rinov committed Nov 11, 2019
2 parents 2294438 + 8426764 commit 7c7d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwipeMenuViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = 'Sources/**/*'
s.source_files = 'Sources/**/*.{swift}'
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = 'Sources/**/*.h'
Expand Down

0 comments on commit 7c7d2e1

Please sign in to comment.