Skip to content

Commit

Permalink
Fix cocoapods vendored libs pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Nov 13, 2016
1 parent 1bdf560 commit 7efb0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyZeroMQ.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.libraries = "stdc++"
s.source_files = "Sources/*.{h,swift}"
s.vendored_libraries = "Sources/libzmq-{ios|macos|tvos|watchos}.a"
s.vendored_libraries = "Sources/libzmq-{ios,macos,tvos,watchos}.a"
s.preserve_paths = "Sources/*.{a,h}"
end

0 comments on commit 7efb0f6

Please sign in to comment.