blob: c4dff620362eed826664c28fd89d0a7fa46fb86c [file] [log] [blame]
{
"name": "TBBorderedImageView",
"version": "0.1.3",
"summary": "UIImageView+ImageViewBorders",
"description": "A bordered uiimageview category that scales the image based on content mode if the border is defined, this prevents UIImageView having some part of the image hidden by the border.",
"homepage": "https://github.com/tahabebek/TBBorderedImageView",
"screenshots": "https://raw.githubusercontent.com/tahabebek/TBBorderedImageView/master/Example/screenshot.png",
"license": "MIT",
"authors": {
"Taha Bebek": "tsbebek@gmail.com"
},
"source": {
"git": "https://github.com/tahabebek/TBBorderedImageView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBBorderedImageView": [
"Pod/Assets/*.png"
]
}
}