diff --git a/GRMustache/3.0.1/GRMustache.podspec b/GRMustache/3.0.1/GRMustache.podspec index 96b524d5cd90cc..a80188d6f53147 100644 --- a/GRMustache/3.0.1/GRMustache.podspec +++ b/GRMustache/3.0.1/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.0.0/GRMustache.podspec b/GRMustache/4.0.0/GRMustache.podspec index d821e683a30949..81a1d5f7c423f2 100644 --- a/GRMustache/4.0.0/GRMustache.podspec +++ b/GRMustache/4.0.0/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.1.0/GRMustache.podspec b/GRMustache/4.1.0/GRMustache.podspec index 3d8102d2f39821..a977fc3c790159 100644 --- a/GRMustache/4.1.0/GRMustache.podspec +++ b/GRMustache/4.1.0/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.1.1/GRMustache.podspec b/GRMustache/4.1.1/GRMustache.podspec index a9a28c85c879b2..a17f6aed4f89f6 100644 --- a/GRMustache/4.1.1/GRMustache.podspec +++ b/GRMustache/4.1.1/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.2.0/GRMustache.podspec b/GRMustache/4.2.0/GRMustache.podspec index 16ea967643aae4..01a5462dea82f2 100644 --- a/GRMustache/4.2.0/GRMustache.podspec +++ b/GRMustache/4.2.0/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.3.0/GRMustache.podspec b/GRMustache/4.3.0/GRMustache.podspec index 39406a412001e2..a75ac519b732ae 100644 --- a/GRMustache/4.3.0/GRMustache.podspec +++ b/GRMustache/4.3.0/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.3.1/GRMustache.podspec b/GRMustache/4.3.1/GRMustache.podspec index 7aa34b7b4425f7..3fd02944b1d158 100644 --- a/GRMustache/4.3.1/GRMustache.podspec +++ b/GRMustache/4.3.1/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.3.2/GRMustache.podspec b/GRMustache/4.3.2/GRMustache.podspec index 702fd761ca39f7..349ab060231fe5 100644 --- a/GRMustache/4.3.2/GRMustache.podspec +++ b/GRMustache/4.3.2/GRMustache.podspec @@ -7,7 +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.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.3.3/GRMustache.podspec b/GRMustache/4.3.3/GRMustache.podspec index b6e03ee110d47d..8dc02712facf9b 100644 --- a/GRMustache/4.3.3/GRMustache.podspec +++ b/GRMustache/4.3.3/GRMustache.podspec @@ -7,7 +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.3' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/4.3.4/GRMustache.podspec b/GRMustache/4.3.4/GRMustache.podspec index beae23152d2b6e..e6eeb73fa63798 100644 --- a/GRMustache/4.3.4/GRMustache.podspec +++ b/GRMustache/4.3.4/GRMustache.podspec @@ -7,7 +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.4' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.0.0/GRMustache.podspec b/GRMustache/5.0.0/GRMustache.podspec index a95f48c3c40e74..067b26aef7e557 100644 --- a/GRMustache/5.0.0/GRMustache.podspec +++ b/GRMustache/5.0.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.0.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.0.1/GRMustache.podspec b/GRMustache/5.0.1/GRMustache.podspec index 95282be30b12b6..645265e22f01b1 100644 --- a/GRMustache/5.0.1/GRMustache.podspec +++ b/GRMustache/5.0.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.0.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.1.0/GRMustache.podspec b/GRMustache/5.1.0/GRMustache.podspec index 6b66b6c2e37f39..bad319e5b62112 100644 --- a/GRMustache/5.1.0/GRMustache.podspec +++ b/GRMustache/5.1.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.1.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.2.0/GRMustache.podspec b/GRMustache/5.2.0/GRMustache.podspec index f470ac98e052bd..57916e2f6100c3 100644 --- a/GRMustache/5.2.0/GRMustache.podspec +++ b/GRMustache/5.2.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.2.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.3.0/GRMustache.podspec b/GRMustache/5.3.0/GRMustache.podspec index 39db793e24a966..42b29d8fe4a8cc 100644 --- a/GRMustache/5.3.0/GRMustache.podspec +++ b/GRMustache/5.3.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.3.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.4.0/GRMustache.podspec b/GRMustache/5.4.0/GRMustache.podspec index 0feebdac52f52f..43737072708353 100644 --- a/GRMustache/5.4.0/GRMustache.podspec +++ b/GRMustache/5.4.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.4.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.4.1/GRMustache.podspec b/GRMustache/5.4.1/GRMustache.podspec index 8e61a049882d46..d99ea1bfda6a8c 100644 --- a/GRMustache/5.4.1/GRMustache.podspec +++ b/GRMustache/5.4.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.4.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.4.2/GRMustache.podspec b/GRMustache/5.4.2/GRMustache.podspec index 28f5e9cc619229..d971f4b528878b 100644 --- a/GRMustache/5.4.2/GRMustache.podspec +++ b/GRMustache/5.4.2/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.4.2' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.4.3/GRMustache.podspec b/GRMustache/5.4.3/GRMustache.podspec index 7c9814de39384b..64a86f5b9d1a02 100644 --- a/GRMustache/5.4.3/GRMustache.podspec +++ b/GRMustache/5.4.3/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.4.3' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.4.4/GRMustache.podspec b/GRMustache/5.4.4/GRMustache.podspec index aed7da76e9531d..0d385324e76b33 100644 --- a/GRMustache/5.4.4/GRMustache.podspec +++ b/GRMustache/5.4.4/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.4.4' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.5.0/GRMustache.podspec b/GRMustache/5.5.0/GRMustache.podspec index 47f80e913a69e8..5b68595cf4ecff 100644 --- a/GRMustache/5.5.0/GRMustache.podspec +++ b/GRMustache/5.5.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.5.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.5.1/GRMustache.podspec b/GRMustache/5.5.1/GRMustache.podspec index 518ec2bffbd8d3..cd01d21d859c73 100644 --- a/GRMustache/5.5.1/GRMustache.podspec +++ b/GRMustache/5.5.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.5.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/5.5.2/GRMustache.podspec b/GRMustache/5.5.2/GRMustache.podspec index bd4dd978386703..1f426707cde920 100644 --- a/GRMustache/5.5.2/GRMustache.podspec +++ b/GRMustache/5.5.2/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v5.5.2' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.0.0/GRMustache.podspec b/GRMustache/6.0.0/GRMustache.podspec index f023af6ae01d7f..e71ebb47e3e38b 100644 --- a/GRMustache/6.0.0/GRMustache.podspec +++ b/GRMustache/6.0.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.0.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.0.1/GRMustache.podspec b/GRMustache/6.0.1/GRMustache.podspec index 421f010feed5bb..759200e097c0c8 100644 --- a/GRMustache/6.0.1/GRMustache.podspec +++ b/GRMustache/6.0.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.0.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.1.0/GRMustache.podspec b/GRMustache/6.1.0/GRMustache.podspec index 37fdb12b610f2f..55f2b3b6088e8e 100644 --- a/GRMustache/6.1.0/GRMustache.podspec +++ b/GRMustache/6.1.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.1.1/GRMustache.podspec b/GRMustache/6.1.1/GRMustache.podspec index 0f42c2aa0517c5..355cb034cae89c 100644 --- a/GRMustache/6.1.1/GRMustache.podspec +++ b/GRMustache/6.1.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.1.2/GRMustache.podspec b/GRMustache/6.1.2/GRMustache.podspec index 513ce2a2236694..4cfb555e336b0f 100644 --- a/GRMustache/6.1.2/GRMustache.podspec +++ b/GRMustache/6.1.2/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.2' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.1.3/GRMustache.podspec b/GRMustache/6.1.3/GRMustache.podspec index 7124b8521d6c4f..a2763846eba3c0 100644 --- a/GRMustache/6.1.3/GRMustache.podspec +++ b/GRMustache/6.1.3/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.3' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.2.0/GRMustache.podspec b/GRMustache/6.2.0/GRMustache.podspec index 2858de7a8449a2..46c8784a1184e8 100644 --- a/GRMustache/6.2.0/GRMustache.podspec +++ b/GRMustache/6.2.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.2.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.3.0/GRMustache.podspec b/GRMustache/6.3.0/GRMustache.podspec index bcd7632659f56c..04ca05d92e9639 100644 --- a/GRMustache/6.3.0/GRMustache.podspec +++ b/GRMustache/6.3.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.3.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.4.0/GRMustache.podspec b/GRMustache/6.4.0/GRMustache.podspec index b1ef910f087ff6..8efedfda504d89 100644 --- a/GRMustache/6.4.0/GRMustache.podspec +++ b/GRMustache/6.4.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.4.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.4.1/GRMustache.podspec b/GRMustache/6.4.1/GRMustache.podspec index 332cd281b5bfa9..5c609630a699f1 100644 --- a/GRMustache/6.4.1/GRMustache.podspec +++ b/GRMustache/6.4.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.4.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.5.0/GRMustache.podspec b/GRMustache/6.5.0/GRMustache.podspec index 7bb6fd62c52aff..c9ce310288be04 100644 --- a/GRMustache/6.5.0/GRMustache.podspec +++ b/GRMustache/6.5.0/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.5.0' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end diff --git a/GRMustache/6.5.1/GRMustache.podspec b/GRMustache/6.5.1/GRMustache.podspec index e9a17657744dad..c9f2f47f597c20 100644 --- a/GRMustache/6.5.1/GRMustache.podspec +++ b/GRMustache/6.5.1/GRMustache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.5.1' } s.source_files = 'src/classes' - s.private_header_files = 'src/_private/*.h' + s.private_header_files = 'src/*_private.h' s.framework = 'Foundation' s.dependency 'JRSwizzle', '~> 1.0' end