[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 0 / TBBorderedImageView / 0.1.3 / TBBorderedImageView.podspec.json
blobc4dff620362eed826664c28fd89d0a7fa46fb86c
2   "name": "TBBorderedImageView",
3   "version": "0.1.3",
4   "summary": "UIImageView+ImageViewBorders",
5   "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.",
6   "homepage": "https://github.com/tahabebek/TBBorderedImageView",
7   "screenshots": "https://raw.githubusercontent.com/tahabebek/TBBorderedImageView/master/Example/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Taha Bebek": "tsbebek@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/tahabebek/TBBorderedImageView.git",
14     "tag": "0.1.3"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "TBBorderedImageView": [
23       "Pod/Assets/*.png"
24     ]
25   }