summaryrefslogtreecommitdiff
path: root/SmartDeviceLink.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r--SmartDeviceLink.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 2f9abc98f..e77069eb8 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink"
-s.version = "5.0.0-rc.2"
+s.version = "5.0.0"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }
@@ -12,7 +12,7 @@ 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.default_subspec = 'Default'
s.subspec 'Default' do |ss|
ss.source_files = 'SmartDeviceLink/*.{h,m}'
@@ -339,7 +339,7 @@ ss.public_header_files = [
end
s.subspec 'Swift' do |ss|
-ss.dependency 'SmartDeviceLink-iOS/Default'
+ss.dependency 'SmartDeviceLink/Default'
ss.source_files = 'SmartDeviceLinkSwift/*.swift'
end