blob: 86abf49780bbec58cc9a3e205ecc0f0baa1b9817 [file] [log] [blame]
{
"name": "CCMBorderView",
"version": "1.0.1",
"summary": "CCMBorderView let you easily create views with customizable borders.",
"description": "CCMBorderView is a simple to use view that uses the new IBDesignable and IBInspectable features of Xcode 6 to easily configure a view to have a top border, left border, right border, bottom border, or a combination of those. You can pick the width and color of the border, and you can also give it a corner radius to make rounded corners",
"homepage": "https://github.com/cacmartinez/CCMBorderView",
"screenshots": "https://raw.githubusercontent.com/cacmartinez/CCMBorderView/master/Screenshots/screenshot.png",
"license": "APACHE 2.0",
"authors": {
"Carlos Compean": "ccompean@icalialabs.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cacmartinez/CCMBorderView.git",
"tag": "1.0.1"
},
"source_files": "CCMBorderView/Objective-C/*.{h,m}",
"requires_arc": true
}