Skip to content

Commit bf649f8

Browse files
authored
Merge pull request #46 from inplayer-org/fix/podspec
Fix podspec.
2 parents db329fd + ba8d617 commit bf649f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InPlayerSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
7979
# Not including the public_header_files will make all headers public.
8080
#
8181

82-
s.source_files = "Source/**/*.*"
82+
s.source_files = "Source/**/*.swift"
8383

8484
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
8585
#

0 commit comments

Comments
 (0)