[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 3 / 2 / UIView+Visible / 1.0 / UIView+Visible.podspec.json
blobdfbf65e7c7c27744c283bfb4b9b8402b596a5b63
2   "name": "UIView+Visible",
3   "version": "1.0",
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",
6   "license": "MIT",
7   "authors": {
8     "Guillaume Cerquant": "gcerquant@ekito.fr"
9   },
10   "source": {
11     "git": "https://github.com/Ekito/UIView-Visible.git",
12     "tag": "1.0"
13   },
14   "social_media_url": "https://twitter.com/ekito",
15   "homepage": "http://www.ekito.fr",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/ios/*.{h,m}"