blob: f8a79396339425d1609bb4f1190ae5a8d0bc68b7 [file] [log] [blame]
{
"name": "IBViewBorders",
"version": "0.1.2",
"summary": "A UIView category for borders.",
"description": "A UIView category for easy autolayout and adding borders to views.",
"homepage": "https://github.com/ismailbozk/IBViewBorders",
"license": "MIT",
"authors": {
"Ismail Bozkurt": "ismailbozk@gmail.com"
},
"source": {
"git": "https://github.com/ismailbozk/IBViewBorders.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IBViewBorders": [
"Pod/Assets/*.png"
]
}
}