blob: 8435c3780a128742a7e56d5f4ad0e4dc3e23b242 [file] [log] [blame]
{
"name": "HPXibDesignable",
"version": "0.1.5",
"summary": "A base class that helps its subclasses (associated with a xib file with the same name as the class) to be rendered in Interface Builder.",
"description": "As the name stated, this is a convenient base class that helps rendering a custom view class (associated with a xib file) in Interface Builder.",
"homepage": "https://github.com/huyphamthanh8290/HPXibDesignable",
"license": "MIT",
"authors": {
"Huy Pham": "huyphamthanh8290@gmail.com"
},
"source": {
"git": "https://github.com/huyphamthanh8290/HPXibDesignable.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HPXibDesignable": [
"Pod/Assets/*.png"
]
}
}