summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-29 11:32:06 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-07-29 11:32:06 -0400
commit5640f16d24bc26547becdaccdabdd99bac466941 (patch)
treea7e0625fde1843c298b948c9b86887322a106341 /SmartDeviceLink-iOS.podspec
parent7f2565af8a98c0dc8f3c0bcd3f92098e669208f1 (diff)
downloadsdl_ios-5640f16d24bc26547becdaccdabdd99bac466941.tar.gz
Fix podspec
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec8
1 files changed, 2 insertions, 6 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index 878adb032..a5a56f91c 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -12,12 +12,9 @@ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :ta
s.requires_arc = true
s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] }
-s.default_subspecs = 'Default'
+s.source_files = 'SmartDeviceLink/*.{h,m}'
-s.subspec 'Default' do |ss|
-ss.source_files = 'SmartDeviceLink/*.{h,m}'
-
-ss.public_header_files = [
+s.public_header_files = [
'SmartDeviceLink/NSNumber+NumberType.h',
'SmartDeviceLink/SDLAddCommand.h',
'SmartDeviceLink/SDLAddCommandResponse.h',
@@ -454,6 +451,5 @@ ss.public_header_files = [
'SmartDeviceLink/SDLWindowTypeCapabilities.h',
'SmartDeviceLink/SmartDeviceLink.h',
]
-end
end