blob: a9da945561a594923a06f4b2706c81478a8c478f [file] [log] [blame]
{
"name": "SwiftyAvatar",
"version": "1.0",
"summary": "A UIImageView class for creating circular or rounded avatar images, IBDesignable to make all changes via storyboard",
"description": "A `UIImageView` class for creating circular or rounded avatar images, IBDesignable to make all changes via storyboard.\nThe `UIImageView` must be a square with aspect ratio 1:1 or fixed width and height.\nAvailable properties:** Roundness, Border Width, Border Color, Background Color & Spin (for fun :D).\nIBDesignable to see your changes in storyboard.",
"homepage": "https://github.com/dkalaitzidis/SwiftyAvatar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"<Dimitrios Kalaitzidis>": "<kalaitzidis34@gmail.com>"
},
"source": {
"git": "https://github.com/dkalaitzidis/SwiftyAvatar.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyAvatar/Classes/**/*"
}