Skip to content

Commit

Permalink
[Add] UIView+Rounded 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinhayot authored and CocoaPodsBot committed May 6, 2015
1 parent 905ce42 commit 926def3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Specs/UIView+Rounded/0.1.0/UIView+Rounded.podspec.json
@@ -0,0 +1,25 @@
{
"name": "UIView+Rounded",
"version": "0.1.0",
"summary": "UIView category that adds a rounded effect to its bounds.",
"homepage": "https://github.com/quentinhayot/UIView-Rounded",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quentin Hayot": "q.hayot@gmail.com"
},
"source": {
"git": "https://github.com/quentinhayot/UIView-Rounded.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"UIView+Rounded",
"*.{h,m}"
],
"requires_arc": true
}

0 comments on commit 926def3

Please sign in to comment.