diff --git a/Specs/UIView+Rounded/0.1.0/UIView+Rounded.podspec.json b/Specs/UIView+Rounded/0.1.0/UIView+Rounded.podspec.json new file mode 100644 index 00000000000000..98707cd4e69ad1 --- /dev/null +++ b/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 +}