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