| { |
| "name": "UIView+PartialRoundedCorner", |
| "version": "1.0.0", |
| "summary": "Allows rounding of just two corners of a UIView, instead of four.", |
| "homepage": "https://github.com/needbee/uiview-partialroundcorner", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Josh Justice": "josh@need-bee.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/needbee/uiview-partialroundcorner.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "src", |
| "src/**/*.{h,m}" |
| ], |
| "requires_arc": false |
| } |