blob: 229e6867433fb5fff4fb1b521da8d51973d274e4 [file] [log] [blame]
{
"name": "AGCustomControls",
"version": "0.0.8",
"summary": "Collection of customizable controls.",
"description": "AGCustomButton: customizable UIButton. You can set up cornerRadius and shadow properties from interface builder",
"homepage": "https://github.com/ToGohi/AGCustomControls",
"license": {
"type": "MIT",
"file": "AGCustomControls/LICENSE"
},
"authors": {
"Antonio González": "togohi@gmail.com"
},
"social_media_url": "http://twitter.com/togohi",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/ToGohi/AGCustomControls.git",
"tag": "0.0.8"
},
"source_files": [
"Classes",
"AGCustomControls/**/*.{swift}"
],
"frameworks": "UIKit"
}