diff options
author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-03-08 08:46:44 -0800 |
---|---|---|
committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-03-08 08:46:44 -0800 |
commit | 7fc139d38bd72716950e3b771dcc33d289a8bfd5 (patch) | |
tree | 514642b7b632b16a1a83952b995849519e592974 /SmartDeviceLink-iOS.podspec | |
parent | 34c68a6e9437324dc3931e1753432a0c6ad3a972 (diff) | |
parent | affb96f35734f0a0a70d78d157e0e9c182efbb29 (diff) | |
download | sdl_ios-7fc139d38bd72716950e3b771dcc33d289a8bfd5.tar.gz |
Merge remote-tracking branch 'origin/master' into develop
* origin/master:
Update LICENSE
Update to v4.5.5
Tiny style update
Prevent infinite loops in send block while by checking ostream state.
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r-- | SmartDeviceLink-iOS.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index da50057bf..29a0d032f 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink-iOS" -s.version = "4.5.4" +s.version = "4.5.5" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } |