[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / d / b / CCMBorderView / 1.0.1 / CCMBorderView.podspec.json
blob86abf49780bbec58cc9a3e205ecc0f0baa1b9817
2   "name": "CCMBorderView",
3   "version": "1.0.1",
4   "summary": "CCMBorderView let you easily create views with customizable borders.",
5   "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",
6   "homepage": "https://github.com/cacmartinez/CCMBorderView",
7   "screenshots": "https://raw.githubusercontent.com/cacmartinez/CCMBorderView/master/Screenshots/screenshot.png",
8   "license": "APACHE 2.0",
9   "authors": {
10     "Carlos Compean": "ccompean@icalialabs.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/cacmartinez/CCMBorderView.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "CCMBorderView/Objective-C/*.{h,m}",
20   "requires_arc": true