blob: d9f0151482e74e9edebc77b368def67840f59a66 [file] [log] [blame]
{
"name": "UIView+EasingFunctions",
"version": "0.0.1",
"summary": "A category on UIView that allows to use custom easing functions with block-based animations.",
"homepage": "https://github.com/zrxq/UIView-EasingFunctions",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"Zoreslav Khimich": "me@zoreslav.com"
},
"source": {
"git": "https://github.com/zrxq/UIView-EasingFunctions.git",
"tag": "0.0.1"
},
"source_files": "UIView+EasingFunctions",
"frameworks": "QuartzCore",
"requires_arc": true,
"platforms": {
"ios": null
}
}