♻️ :: Specify version range for dependency Observable

This commit is contained in:
Felix Mau
2018-11-14 14:32:45 +01:00
parent 368566af40
commit 604537ca49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.dependency 'Observable'
s.dependency 'Observable', '~> 1.4'
end