summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2015-09-23 13:36:22 -0400
committerJoel Fischer <joeljfischer@gmail.com>2015-09-23 13:36:22 -0400
commit9d6d26b233f1bf5a92ec7b2d1ad61b474edab439 (patch)
tree58e718f545d80b1c831b0fb58a96ca2642b11127 /SmartDeviceLink-iOS.podspec
parent5e86e8ca2cf9e2908eee5af7bb619a47f0c013e5 (diff)
downloadsdl_ios-9d6d26b233f1bf5a92ec7b2d1ad61b474edab439.tar.gz
Update to 4.0.0-RC.24.0.0-RC.2
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 397514e77..ef34af1db 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-RC.1"
+ s.version = "4.0.0-RC.2"
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-RC.1" }
+ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.0-RC.2" }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true