diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-02-16 14:14:13 -0800 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-02-16 14:14:13 -0800 |
| commit | cd3dab2462852f624046dc9adcc07a7c239f6863 (patch) | |
| tree | 7203908db8e7a09bed2fbdb3f69e80abb2603c07 /SmartDeviceLink-iOS.podspec | |
| parent | 92be4615e79bdfb7e25074f2eccf562356f25cf6 (diff) | |
| parent | daa65003bd6c0d02b492ee97ea7567986337ded5 (diff) | |
| download | sdl_ios-cd3dab2462852f624046dc9adcc07a7c239f6863.tar.gz | |
no message
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index bd0245c2c..3e7d0b510 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -1,16 +1,16 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink-iOS" -s.version = "4.5.2" +s.version = "4.5.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" => "developer@smartdevicelink.com" } -s.platform = :ios, "7.0" +s.platform = :ios, "8.0" s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s } s.source_files = "SmartDeviceLink/*.{h,m}" s.requires_arc = true -s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] } +s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] } s.public_header_files = [ 'SmartDeviceLink/SmartDeviceLink.h', 'SmartDeviceLink/SDLJingle.h', |
