blob: 9d894f4ace5e5ebe6bb3762437befd45a5f54c87 [file] [log] [blame]
{
"name": "HPXibDesignableObjC",
"version": "0.1.0",
"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/HPXibDesignableObjC",
"license": "MIT",
"authors": {
"Huy Pham": "huyphamthanh8290@gmail.com"
},
"source": {
"git": "https://github.com/huyphamthanh8290/HPXibDesignableObjC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HPXibDesignableObjC": [
"Pod/Assets/*.png"
]
}
}