Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed Sep 30, 2016
1 parent d0a8854 commit 898b389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MessagePack.swift.podspec
Expand Up @@ -10,5 +10,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => s.version.to_s }
s.source_files = 'Sources/*.swift'
s.source_files = 'Sources/MessagePack/*.swift'
s.module_name = 'MessagePack'
end

0 comments on commit 898b389

Please sign in to comment.