[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 4 / 2 / 0 / TBBorderedImageView / 0.1.1 / TBBorderedImageView.podspec.json
blob4ebcb416221d9b59d892e0936fa28cb19f2fc001
2   "name": "TBBorderedImageView",
3   "version": "0.1.1",
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   "license": "MIT",
8   "authors": {
9     "Taha Bebek": "tsbebek@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tahabebek/TBBorderedImageView.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TBBorderedImageView": [
22       "Pod/Assets/*.png"
23     ]
24   }