blob: 9e92859fc20ac74e0b891307f053bc57ec20e286 [file] [log] [blame]
{
"name": "Gradientify",
"version": "0.1.6",
"summary": "Add a gradient subview on your UIView classes.",
"description": "This fantastic view changes its color gradually makes your app look fantastic!",
"swift_version": "4.0",
"homepage": "https://github.com/AnandKore91/Gradientify",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Anand Kore": "Anandkore91@gmail.com"
},
"source": {
"git": "https://github.com/AnandKore91/Gradientify.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Gradientify/Framework/*",
"ios": {
"vendored_frameworks": "Gradientify/Framework/DSDK.framework"
}
}