blob: e7475fea6b9263927c3285bb258735bba7073033 [file] [log] [blame]
{
"name": "KGIAnimationView",
"version": "0.0.7",
"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/KGAnimationView",
"license": "Apache License, Version2.0 (LICENSE)",
"authors": "Kris Gellci",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/kgellci/KGAnimationView.git",
"tag": "0.0.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}