You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
# Be sure to run `pod lib lint LVForgivingAssert.podspec' to ensure this is a
# valid spec before submitting.
#
Pod::Spec.new do |s|
s.name = "LVForgivingAssert"
s.version = "0.0.1"
s.summary = "LVForgivingAssert makes it possible to test the release behaviour of methods that are guarding parameters with NSAssert."
s.description = <<-DESC
Using the makro LVIgnoreAssert(^{}) ignores all called NSAssert inside the block. Be sure to only use this while unit testing your app, not in production environment!