blob: 325981b20a06ead49e0ae96d6d0db3523edff33e [file] [log] [blame]
{
"name": "PlaceHolderViewLib",
"version": "1.0.3",
"summary": "PlaceHolderViewLib is a simple lib like android include,it make xib reuseable and you can reflact a xib without any code",
"description": "In ios develop,reuse an xib is a hard job...You can't reuse a xib without code,but with PlaceHolderViewLib,you can reuse a xib with only one code (and few xib setting) and it work well with constraints",
"homepage": "https://github.com/Halin-Lee/PlaceHolderView",
"license": "MIT",
"authors": {
"Halin": "d.halin.lee@gmail.com"
},
"source": {
"git": "https://github.com/Halin-Lee/PlaceHolderView.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PlaceHolderViewLib": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}