blob: 492a342ec9269ebac51dd929936ec735dd94e0ab [file] [log] [blame]
{
"name": "APAvatarImageView",
"version": "1.1.0",
"summary": "Subclass of UIImageView to create a circle avatar image view with configuration border width and border color",
"homepage": "https://github.com/ankurp/APAvatarImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ankur Patel": "ankur.patel@ymail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ankurp/APAvatarImageView.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"requires_arc": true
}