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
self.platform :ios
xcodeproj 'dummy'
dependency 'JSONKit', '1.4'
dependency 'SSToolkit'
dependency 'SSToolkit', '1.0.0'
end
installer = SpecHelper::Installer.new(podfile)
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