[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 2 / 0 / TBBorderedImageView / 0.1.2 / TBBorderedImageView.podspec.json
blob7099835706154750c7c4945e871ffedb3b77ab82
2   "name": "TBBorderedImageView",
3   "version": "0.1.2",
4   "summary": "UIImageView+ImageViewBorders",
5   "description": "A bordered uiimageview category that scales the image based on content mode if the border is defined",
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.2"
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   }