diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2016-03-30 12:43:43 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2016-03-30 12:43:43 -0400 |
| commit | 487e07e02c37e24b8d50b1ea41ab9d036878c7ec (patch) | |
| tree | 6e78b3c59c52b1decea3264e29f8e91ba1196cc9 /SmartDeviceLink-iOS.podspec | |
| parent | d0334dc30db3d4035b79a1d7c2f202d6c56a2a13 (diff) | |
| download | sdl_ios-487e07e02c37e24b8d50b1ea41ab9d036878c7ec.tar.gz | |
Update version to 4.1.0
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 4 |
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 |
