Skip to content

Commit 898b389

Browse files
committed
Fix podspec
1 parent d0a8854 commit 898b389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MessagePack.swift.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Pod::Spec.new do |s|
1010
s.watchos.deployment_target = '2.0'
1111
s.tvos.deployment_target = '9.0'
1212
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => s.version.to_s }
13-
s.source_files = 'Sources/*.swift'
13+
s.source_files = 'Sources/MessagePack/*.swift'
14+
s.module_name = 'MessagePack'
1415
end

0 commit comments

Comments
 (0)