blob: dde31c3b2d3e2d5a2b4d382cc7ebc8d1a2115026 [file] [log] [blame]
{
"name": "ZSWRoundedImage",
"version": "1.1",
"summary": "Creates rounded-rectangle UIImages.",
"description": "This extension to UIImage creates images with any of the corners\nrounded, optionally with a border and color.",
"homepage": "https://github.com/zacwest/ZSWRoundedImage",
"license": "MIT",
"authors": {
"Zachary West": "zacwest@gmail.com"
},
"source": {
"git": "https://github.com/zacwest/ZSWRoundedImage.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/zacwest",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ZSWRoundedImage/**/*",
"frameworks": "UIKit"
}