diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-12-14 10:20:27 -0500 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-12-14 10:20:27 -0500 |
commit | a76154c6b763c34fe0f85a6a8c276b31c33eaf3a (patch) | |
tree | 8999f276e61ca62e39e7ea59845cb0c0d9336317 /SmartDeviceLink.podspec | |
parent | afe075dab479e9ef680f3d74be70ded30f4c3be2 (diff) | |
parent | 89fb94c55810c77047c9a0e36bfad983196f883a (diff) | |
download | sdl_ios-a76154c6b763c34fe0f85a6a8c276b31c33eaf3a.tar.gz |
Merge branch 'develop' into feature/issue_795_AudioStreamingManager
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r-- | SmartDeviceLink.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 4ee7bdf4d..b28e48c74 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -7,7 +7,7 @@ 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, "8.0" -s.dependency 'BiSON', '~> 1.0' +s.dependency 'BiSON', '~> 1.1.1' s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s } s.requires_arc = true s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] } |