diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-06-26 14:59:19 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2017-06-26 14:59:19 -0400 |
| commit | a66f3e41981d0887c9b14b304ef0e4791be6d585 (patch) | |
| tree | ff885b69289f37512275d8c4841b7a49949ed91f /SmartDeviceLink-iOS.podspec | |
| parent | 906419c8db16b2df65638a29286ef6f6e273a348 (diff) | |
| download | sdl_ios-a66f3e41981d0887c9b14b304ef0e4791be6d585.tar.gz | |
Fix secondary podfile not having correct pod version
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 1d8983359..e204d0495 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.6.0-rc.1" +s.version = "4.6.0-rc.2" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } |
