blob: 7099835706154750c7c4945e871ffedb3b77ab82 [file] [log] [blame]
{
"name": "TBBorderedImageView",
"version": "0.1.2",
"summary": "UIImageView+ImageViewBorders",
"description": "A bordered uiimageview category that scales the image based on content mode if the border is defined",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBBorderedImageView": [
"Pod/Assets/*.png"
]
}
}