blob: cba3130eeda2bd316764f5bf381592e47ec2f4fd [file] [log] [blame]
{
"name": "PREBorderView",
"version": "3.1.1",
"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": "me@paulsteinhilber.de"
},
"source": {
"git": "https://github.com/pres/PREBorderView.git",
"tag": "3.1.1"
},
"source_files": "UIView+PREBorderView.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}