[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 8 / f / KeepBackgroundCell / 0.1.0 / KeepBackgroundCell.podspec.json
blob2fd95a8639fe40ecefd21a2bd23b2a417d7e1e3a
2   "name": "KeepBackgroundCell",
3   "version": "0.1.0",
4   "summary": "Prevent UITableViewCell from making subviews transparent on selection and highlight",
5   "description": "Whenever a UITableViewCell is selected or highlighted, it automatically sets the \nbackgroundColors of all its subviews to transparent. This makes sense for many views,\nsuch as UILabels to allow the selectedBackgroundView to show through inbetween the\nindividual letters.\n\nHowever with custom views, there are many cases where the backgroundColor should be \nmaintained on selection of highlighting of the cell.\n\nKeepBackgroundCell provides a way to turn of this transparency \"feature\" on individual \nUITableViewCells.",
6   "homepage": "https://github.com/timbodeit/KeepBackgroundCell",
7   "license": "MIT",
8   "authors": {
9     "Tim Bodeit": "tim@bodeit.com"
10   },
11   "source": {
12     "git": "https://github.com/timbodeit/KeepBackgroundCell.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit"