summaryrefslogtreecommitdiff
path: root/SmartDeviceLink.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r--SmartDeviceLink.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 74bbb4e24..04bab9a99 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink"
-s.version = "7.1.0-rc.1"
+s.version = "7.1.0"
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, "10.0"
-s.dependency 'BiSON', '~> 1.2.2'
+s.dependency 'BiSON', '~> 1.2'
s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
s.requires_arc = true
s.swift_version = '5.2'