blob: 0c9644f339e34e75c1c481d9ba1fd39ca0300aa3 [file] [log] [blame]
{
"name": "Dezignables",
"version": "1.3.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.3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Dezignables": [
"Pod/Assets/*.png"
]
}
}