blob: 4ebcb416221d9b59d892e0936fa28cb19f2fc001 [file] [log] [blame]
{
"name": "TBBorderedImageView",
"version": "0.1.1",
"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",
"license": "MIT",
"authors": {
"Taha Bebek": "tsbebek@gmail.com"
},
"source": {
"git": "https://github.com/tahabebek/TBBorderedImageView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBBorderedImageView": [
"Pod/Assets/*.png"
]
}
}