[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 1 / e / c / HRRoundAndBorderedView / 1.0 / HRRoundAndBorderedView.podspec.json
blob7d6ed3ddc6c253babe86c3a9d6c91261c569a859
2   "name": "HRRoundAndBorderedView",
3   "version": "1.0",
4   "summary": "UIView category.",
5   "description": "UIView category for update view's layer properties: borderColor, borderWidth and cornerRadius. Also can't be changed from Interface Builder 'cause properties is IBInspectable.",
6   "homepage": "https://github.com/ivanshevelev/HRRoundAndBorderedView",
7   "license": "MIT",
8   "authors": {
9     "Ivan Shevelev": "ivan.shevelev@sibers.com"
10   },
11   "source": {
12     "git": "https://github.com/ivanshevelev/HRRoundAndBorderedView.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/antsy_ivan",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "HRRoundAndBorderedView": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"