NSShield 0.0.9

NSShield 0.0.9

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Jun 2016

Maintained by Alan.



NSShield 0.0.9

  • By
  • Alan

This pod could help developer avoid some generic issus like

  • passing nil to literal dictionay
  • call unreconized selector from UIView/UIViewController
  • access index out of bound
  • <..continue>

Install

  • pod 'NSShield', '~> 0.0.8'

Usage

Automatically applied.