blob: b0295a57ee74b2311efdbcd4d4e9bd6ab6d57211 [file] [log] [blame]
{
"name": "AGCustomControls",
"version": "0.0.4",
"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.4"
},
"source_files": [
"Classes",
"AGCustomControls/**/*.{swift}"
],
"frameworks": "UIKit"
}