blob: dfbf65e7c7c27744c283bfb4b9b8402b596a5b63 [file] [log] [blame]
{
"name": "UIView+Visible",
"version": "1.0",
"summary": "UIView category that adds a visible property.",
"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",
"license": "MIT",
"authors": {
"Guillaume Cerquant": "gcerquant@ekito.fr"
},
"source": {
"git": "https://github.com/Ekito/UIView-Visible.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/ekito",
"homepage": "http://www.ekito.fr",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}"
}