summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-23 14:28:34 -0400
committerGitHub <noreply@github.com>2017-08-23 14:28:34 -0400
commitff710fe095f309873b111b87699b0d530e6fe961 (patch)
tree6c414eeddfd59bcbbd53fb364ee84aa8aa1bc110
parent907b2fdac7beec998c35ff342a92a5e2010f8120 (diff)
downloadsdl_ios-ff710fe095f309873b111b87699b0d530e6fe961.tar.gz
Fix SmartDeviceLink.podspec missing '.h'
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index e53c44ca6..cbf1a44eb 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -259,7 +259,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLResult.h',
'SmartDeviceLink/SDLSamplingRate.h',
'SmartDeviceLink/SDLSoftButtonType.h',
-'SmartDeviceLink/SDLHapticRect',
+'SmartDeviceLink/SDLHapticRect.h',
'SmartDeviceLink/SDLSpeechCapabilities.h',
'SmartDeviceLink/SDLSystemAction.h',
'SmartDeviceLink/SDLSystemCapabilityType.h',