blob: 3b3a3bbb0be2a96556e71e239a0cc346d9f55943 [file] [log] [blame]
{
"name": "ZSWRoundedImage",
"version": "1.0",
"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.0"
},
"social_media_url": "https://twitter.com/zacwest",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ZSWRoundedImage/**/*",
"frameworks": "UIKit"
}