blob: fe2bff2f980a9315de29b4021eef2d8e666d3b98 [file] [log] [blame]
{
"name": "RoundedButtonFramework",
"version": "0.0.1",
"summary": "Custom rounded corner for your UIView component.",
"description": "Rounded framework is a library to create custom corner for your UIView Component",
"homepage": "https://github.com/nixisendya/RoundedButtonFramework.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nixi Sendya Putri": "rayennixi@gmail.com"
},
"platforms": {
"ios": "13.2"
},
"source": {
"git": "https://github.com/nixisendya/RoundedButtonFramework.git",
"tag": "0.0.1"
},
"source_files": "RoundedButtonFramework/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}