From 933fbf7adb7821c2bf3e80f92990771b02eedc8c Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Fri, 2 Jun 2017 11:32:48 +0200 Subject: [PATCH] Specify version --- Cache.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cache.podspec b/Cache.podspec index 830aa4e..73cfe24 100644 --- a/Cache.podspec +++ b/Cache.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.tvos.source_files = 'Source/{iOS,Shared}/**/*' s.frameworks = 'Foundation' - s.dependency 'SwiftHash' + s.dependency 'SwiftHash', '~> 1.3.0' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } end