summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-11-03 16:23:50 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-11-03 16:23:50 -0700
commitbe787f72bdea4ab9ce2424e3a426b54691487544 (patch)
treeceb7fecf81a310e25e32872ae7560c587796acb9 /SmartDeviceLink-iOS.podspec
parent035296600fa87668af641f912fffd75f635e6707 (diff)
parenta1e5ed90901e94f6cc6e87bb89bcefb6e664bfca (diff)
downloadsdl_ios-be787f72bdea4ab9ce2424e3a426b54691487544.tar.gz
Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0004_sendlocation_updates
* origin/release/4.4.0: (425 commits) Updated to Podspec 4.4.0 Update to v4.3.0 final Run clang-format Added a fix for when a navigation app is attempting to connect to a non-navigation capable core that would cause a crash on RAI. Missing forward class declaration for SDLProxy. Add documentation around the reason there is an SDLProxy property on SDLManager Add a passthrough SDLProxy property to SDLManager for minor backcompat cases Update the example app to log out example permissions Fixed issue related RAI failing due to missing parameter in SDLAppInfo. removed double set property in initializer. Updated RAI to include missing properties in initializers. Fix a crasher bug when an RAIR errors Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits. Added missing generic. Updated spec to use non-nsnumbers in initializers. Added missing generics and removed remaining NSNumbers used in initializers Removed imports and put in superclass. Add generics to initializers Added missing initializer for SDLTTSChunk Fixed misstype in spec. ... # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLSendLocation.h # SmartDeviceLink/SDLSendLocation.m
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index c1c857bfc..85bd792f0 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.3.0"
+s.version = "4.4.0"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }