From 45e876b50b048630708576716643e58246f7f0c2 Mon Sep 17 00:00:00 2001 From: Aaron Douglas Date: Wed, 11 May 2016 14:57:38 -0500 Subject: [PATCH] Make podspec private --- Automattic-Tracks-iOS.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automattic-Tracks-iOS.podspec b/Automattic-Tracks-iOS.podspec index 50f4a3a4..41936017 100644 --- a/Automattic-Tracks-iOS.podspec +++ b/Automattic-Tracks-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service' spec.source = { :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => spec.version.to_s } spec.source_files = 'Automattic-Tracks-iOS/**/*.{h,m}' - spec.private_header_files = 'Automattic-Tracks-iOS/Private/Logging.h' + spec.private_header_files = 'Automattic-Tracks-iOS/Private/*.h' spec.resource_bundle = { 'DataModel' => ['Automattic-Tracks-iOS/**/*.xcdatamodeld'] } spec.framework = 'CoreData' spec.framework = 'CoreTelephony'