We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a8854 commit 898b389Copy full SHA for 898b389
MessagePack.swift.podspec
@@ -10,5 +10,6 @@ Pod::Spec.new do |s|
10
s.watchos.deployment_target = '2.0'
11
s.tvos.deployment_target = '9.0'
12
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => s.version.to_s }
13
- s.source_files = 'Sources/*.swift'
+ s.source_files = 'Sources/MessagePack/*.swift'
14
+ s.module_name = 'MessagePack'
15
end
0 commit comments