blob: b68609371883504abb135c1bfc3e051def3c6ec0 [file] [log] [blame]
{
"name": "KGIAnimationView",
"version": "0.0.8",
"summary": "An easy way to create key frame based animations for UIView which are tied to movement based gestures.",
"description": " * KGIAnimationView allows you to add key frame animations to a view.\n * The key frame animations are not tied to time but rether to movement.\n * You can tie key frame animations to the scroll view did scroll delegate method to create some coole effects.\n",
"homepage": "https://github.com/kgellci/KGIAnimationView",
"license": "Apache License, Version2.0 (LICENSE)",
"authors": "Kris Gellci",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/kgellci/KGIAnimationView.git",
"tag": "0.0.8"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}