Commit f72eedbd authored by Eloy Duran's avatar Eloy Duran

Fix spec that was using a newer version of lib than expected.

parent 78d54274
...@@ -193,7 +193,7 @@ else ...@@ -193,7 +193,7 @@ else
self.platform :ios self.platform :ios
xcodeproj 'dummy' xcodeproj 'dummy'
dependency 'JSONKit', '1.4' dependency 'JSONKit', '1.4'
dependency 'SSToolkit' dependency 'SSToolkit', '1.0.0'
end end
installer = SpecHelper::Installer.new(podfile) installer = SpecHelper::Installer.new(podfile)
installer.install! installer.install!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment