blob: a7066d24ec2ecee3a9d06f1d03f2f5812806f4f2 [file] [log] [blame]
{
"name": "RoundView",
"version": "1.0.0",
"summary": "Make a round corner view with an extens class.",
"description": "\"RoundView is a CocoaPod that extens the UIView class with a convenience method for rounding a view with specified border color, border width and corner radius. Enjoy!\"",
"homepage": "https://gitlab.com/Leefu/roundview.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lorleefu": "lorleefu@gmail.com"
},
"source": {
"git": "https://gitlab.com/Leefu/roundview.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RoundView/Classes/**/*",
"frameworks": "UIKit"
}