blob: d711fab2e05fcc11e2b33adfb5af22a5d40b41aa [file] [log] [blame]
{
"name": "HTGradientEasing",
"version": "0.0.4",
"platforms": {
"ios": "4.3"
},
"summary": "Apply a variety of easing functions from the AHEasing project to CAGradientLayers.",
"homepage": "https://github.com/hoteltonight/HTGradientEasing",
"license": "MIT",
"authors": {
"Jacob Jennings": "jacob.r.jennings@gmail.com"
},
"source": {
"git": "https://github.com/hoteltonight/HTGradientEasing.git",
"tag": "0.0.4"
},
"source_files": "*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"AHEasing": [
],
"UIColor-CrossFade": [
]
}
}