summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-25 13:27:19 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-25 13:27:19 -0500
commitca00a9d0dabf997e2f1866489146bb5afce3c0c2 (patch)
treee5ce0b97bd916a65ba3dab85ef1a04b42e575268 /SmartDeviceLink-iOS.podspec
parent0c2034a878ea3b8e80df4960cc786fc6d624bf28 (diff)
downloadsdl_ios-ca00a9d0dabf997e2f1866489146bb5afce3c0c2.tar.gz
Update version number to 4.0.24.0.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 57ae86d36..430d7b56e 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.1"
+ s.version = "4.0.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.1" }
+ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.2" }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true