blob: 12724c895982dd519be18a0116eeaf02af973d38 [file] [log] [blame]
{
"name": "KKImage",
"version": "0.1.0",
"swift_version": "4.2",
"summary": "KKImage is a cocoapods that extends the UIImageView class.",
"description": "\"KKImage is a cocoapods that extends the UIImageView class with a convinence method for circling an image view with specified border color and width\"",
"homepage": "https://github.com/VandanaPansuria/KKImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VandanaPansuria": "vandanapansuria@gmail.com"
},
"source": {
"git": "https://github.com/VandanaPansuria/KKImage.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KKImage/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}