Skip to content

Commit

Permalink
Merge pull request #26 from endoze/remove-osx-header-from-podspec-sou…
Browse files Browse the repository at this point in the history
…rce-files

Remove osx header file from podspec source files
  • Loading branch information
endoze committed May 23, 2016
2 parents 795af26 + ff7956e commit e9d3fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RosettaStoneKit.podspec
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"

s.source = {git: "https://github.com/endoze/RosettaStoneKit.git", tag: "#{s.version}"}
s.source_files = "Common", "Common/**/*.{h,m}", "RosettaStoneKit/RosettaStoneKit.h", "RosettaStoneKitOSX/RosettaStoneKitOSX.h"
s.source_files = "Common", "Common/**/*.{h,m}", "RosettaStoneKit/RosettaStoneKit.h"

s.requires_arc = true
end

0 comments on commit e9d3fed

Please sign in to comment.