Navigation Menu

Skip to content

Commit

Permalink
GRMustache: prevent users from importing private header files
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Aug 10, 2012
1 parent 452f051 commit c5960a1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions GRMustache/3.0.1/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v3.0.1' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.0.0/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.0.0' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.1.0/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.1.0' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.1.1/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.1.1' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.2.0/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.2.0' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.3.0/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.0' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.3.1/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.1' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
1 change: 1 addition & 0 deletions GRMustache/4.3.2/GRMustache.podspec
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.2' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end

0 comments on commit c5960a1

Please sign in to comment.