summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-03-03 16:40:06 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-03-03 16:40:06 -0500
commit5a42ccfbca095a5a35b506fa7e91100c6b9eeb49 (patch)
treee0a2475825c497c6d06ceb381d6e2d93b0aa22d1 /SmartDeviceLink-iOS.podspec
parent69401a64384afdf839c46080e84809ae8c90a603 (diff)
downloadsdl_ios-5a42ccfbca095a5a35b506fa7e91100c6b9eeb49.tar.gz
Update version to 4.0.34.0.3
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 430d7b56e..8cc037321 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.2"
+ s.version = "4.0.3"
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.2" }
+ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.3" }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true