blob: 6457ce65d5f55db58973b97d6bc833450f01c1ae [file] [log] [blame]
{
"name": "Dezignables",
"version": "1.2.0",
"summary": "A collection of @IBDesignables",
"description": "A collection of @IBDesignable components I use often in all my projects. For now it includes a UIView, UIButton and UIImageView.",
"homepage": "https://github.com/zilverline/Dezignables",
"license": "MIT",
"authors": {
"Daniel van Hoesel": "daniel@danielvanhoesel.nl"
},
"source": {
"git": "https://github.com/zilverline/Dezignables.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Dezignables": [
"Pod/Assets/*.png"
]
}
}