blob: f8729ffbd469488acae3210fad31aef2ef1a51f8 [file] [log] [blame]
{
"name": "Designable",
"version": "0.3.4",
"summary": "Designables are fully customisable subclass of UIView, UIButton, UIImageView",
"description": "'Designables are fully customisable subclass of UIView, UIButton, UIImageView. Designables are @IBDesignable classes so that it's rendered in your storyboard, and all its properties are @IBInspectable so that you can customize your UIView, UIButton, UIImageView inside the storyboard in the Attributes inspector.'",
"homepage": "https://github.com/shipraindia/Designable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shipra India": "shipraindia.tech@gmail.com"
},
"source": {
"git": "https://github.com/shipraindia/Designable.git",
"tag": "0.3.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}