[Template] Initialisers to throw on failure

This commit is contained in:
Kyle Fuller
2015-09-25 11:17:04 -07:00
parent 878c5cfde8
commit 25f5583542
3 changed files with 9 additions and 10 deletions

View File

@@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.requires_arc = true
spec.dependency 'PathKit', '~> 0.4.0'
spec.dependency 'PathKit', '~> 0.5.0'
end