summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-02-15 10:17:12 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-02-15 10:17:12 -0500
commit3e48657f9b80b57b309cf6db58f7e9009b725b39 (patch)
treea86baf4e1c30e13005dba361c673dac41360a4ff /SmartDeviceLink-iOS.podspec
parent0851d2021f64fe30d8bacaae8e770fb53ce9d708 (diff)
downloadsdl_ios-3e48657f9b80b57b309cf6db58f7e9009b725b39.tar.gz
Remove checks and assets for pre-iOS 8feature/ios8_minimum
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index 3dca39206..d8a5fa14f 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -6,11 +6,11 @@ s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }
s.author = { "SmartDeviceLink Team" => "developer@smartdevicelink.com" }
-s.platform = :ios, "7.0"
+s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
s.source_files = "SmartDeviceLink/*.{h,m}"
s.requires_arc = true
-s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }
+s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] }
s.public_header_files = [
'SmartDeviceLink/SmartDeviceLink.h',
'SmartDeviceLink/SDLJingle.h',