From d06741f424f399fbd1dbe93c8dc648e5b9fba250 Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Tue, 2 Jan 2018 17:27:11 +0300 Subject: [PATCH] Update BitByteData to 1.0.0-test.3 --- Cartfile | 2 +- SWCompression.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index cf54a636..32cf90d8 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "tsolomko/BitByteData" "1.0.0-test.2" +github "tsolomko/BitByteData" "1.0.0-test.3" diff --git a/SWCompression.podspec b/SWCompression.podspec index c32fb946..6940d7dc 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = "9.0" s.watchos.deployment_target = "2.0" - s.dependency 'BitByteData', '~> 1.0' + s.dependency 'BitByteData', '~> 1.0.0-test.3' s.subspec 'Deflate' do |sp| sp.source_files = 'Sources/{Deflate/*,Common/*}.swift'