blob: 497eb5535716c01908fc369b7f6124a484dc2de8 [file] [log] [blame]
{
"name": "GradientAnimatorView",
"version": "1.0",
"summary": "A custom UIView with an ability to animate a linear gradient layer for a given set of colors.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wimansha/GradientAnimator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wimansha Chathuranga": "ewimansha@gmail.com"
},
"source": {
"git": "https://github.com/wimansha/GradientAnimator.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GradientAnimator/**/*.{h,m,c}"
}