blob: 0bca7d7b3ee8d8b8f371878fda0a8a6553328c45 [file] [log] [blame]
{
"name": "PREBorderView",
"version": "2.0",
"summary": "A very simple Objective-C UIView category for specifying single-sided borders.",
"homepage": "https://github.com/pres/PREBorderView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Steinhilber": "git@paulsteinhilber.de"
},
"source": {
"git": "https://github.com/pres/PREBorderView.git",
"tag": "2.0"
},
"source_files": "UIView+PREBorderView.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}