Skip to content

Commit

Permalink
Merge pull request #16 from chunkerchunker/master
Browse files Browse the repository at this point in the history
fix podspec
  • Loading branch information
a2 committed Nov 3, 2015
2 parents 8213f6c + afb0b5d commit 08817ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MessagePack.swift.podspec
Expand Up @@ -8,5 +8,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => '0.1.2' }
s.source_files = 'MessagePack/Source/*.{h,swift}'
s.source_files = 'MessagePack/*.{h,swift}'
end

0 comments on commit 08817ea

Please sign in to comment.