[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 2 / 0 / TBBorderedImageView / 0.1.0 / TBBorderedImageView.podspec.json
blob63df4f4b2ba1cca0ec0a9b09a5d4f31c27ef2cfd
2   "name": "TBBorderedImageView",
3   "version": "0.1.0",
4   "summary": "UIImageview+Borders",
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.0"
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   }