summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joel@livio.io>2015-09-19 11:31:37 -0400
committerJoel Fischer <joel@livio.io>2015-09-19 11:31:37 -0400
commit4ee93277a69adaae87052454c6abd32bd014f963 (patch)
tree18a02cdcf6625b0b34962fc07f87562551fb9948 /SmartDeviceLink-iOS.podspec
parent0ff697ad5fb0eafa2218fb742368bb2d6dc5abf1 (diff)
downloadsdl_ios-4ee93277a69adaae87052454c6abd32bd014f963.tar.gz
Update to 4.0.0 release candidate 14.0.0-RC.1
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 c7c2b80b7..397514e77 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink-iOS"
- s.version = "4.0.0-alpha.4"
+ s.version = "4.0.0-RC.1"
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" => "joel@livio.io" }
s.platform = :ios, "6.0"
- s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.0-alpha.3" }
+ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.0-RC.1" }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true