2 "name": "UIView+Visible",
4 "summary": "UIView category that adds a visible property.",
5 "description": " UIView category that adds a `visible` property.\n \n Say goodbye to the confusing negative test: `if (! aView.hidden)` \n \n Be more clear: `if (aView.visible)`\n",
8 "Guillaume Cerquant": "gcerquant@ekito.fr"
11 "git": "https://github.com/Ekito/UIView-Visible.git",
14 "social_media_url": "https://twitter.com/ekito",
15 "homepage": "http://www.ekito.fr",
20 "source_files": "Classes/ios/*.{h,m}"