Skip to content

Commit

Permalink
Fix source files glob in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinormak committed Sep 21, 2018
1 parent d28b46a commit e14538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Heimdall.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"

s.swift_version = "4.2"
s.source_files = "Heimdall/*"
s.source_files = "Heimdall/*.{swift,h}"
s.requires_arc = true

end

0 comments on commit e14538d

Please sign in to comment.