summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-03-30 12:43:43 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-03-30 12:43:43 -0400
commit487e07e02c37e24b8d50b1ea41ab9d036878c7ec (patch)
tree6e78b3c59c52b1decea3264e29f8e91ba1196cc9 /SmartDeviceLink-iOS.podspec
parentd0334dc30db3d4035b79a1d7c2f202d6c56a2a13 (diff)
downloadsdl_ios-487e07e02c37e24b8d50b1ea41ab9d036878c7ec.tar.gz
Update version to 4.1.0
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 8cc037321..ea303f4b6 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.3"
+ s.version = "4.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" => "joel@livio.io" }
s.platform = :ios, "6.0"
- s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.3" }
+ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.1.0" }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true