summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joel@livio.io>2015-06-22 13:52:03 -0400
committerJoel Fischer <joel@livio.io>2015-06-22 13:52:03 -0400
commitf038a72665a3dd8efc0eff9e2e4f5db8e5105ede (patch)
tree72edd41e650acf0136f067e91bedc7cbbf365f77 /SmartDeviceLink-iOS.podspec
parent94f3f49ad5fc5612be1915a5556f1252ce91181c (diff)
downloadsdl_ios-f038a72665a3dd8efc0eff9e2e4f5db8e5105ede.tar.gz
Update version to v4.0.0-alpha.34.0.0-alpha.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 8abbc4761..b8d971332 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-alpha.2"
+ s.version = "4.0.0-alpha.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, "7.0"
- s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.0-alpha.2" }
+ s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.0-alpha.3" }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true