blob: 2035a343b3fbdfd7e07f64ac23cdea4f2d4b1d5f [file] [log] [blame]
{
"name": "UIView+AnimationExtensions",
"version": "1.0.0",
"summary": "UIView Animation Extensions is a useful category on UIView containing a set of most commonly used animations.",
"description": " ##UIView Animation Extensions \n\nA **useful** category on `UIView` containing a set of most commonly used animations like rotation or flip and others.\n\nIt is designed to be **as easy to use as possible to integrate and use** to speed up everyday development tasks. All the methods are well documented and described. \n\nFurthermore, the category comes along with **a small demo project** where you can see the animations in action. Current version of the category includes following animations:\n\n - Rotation\n - Flip\n - Horizontal Shake\n - Vertical Shake\n - Motion Effects\n - Pulse\n",
"homepage": "http://wp.me/p4yiBH-wr",
"license": "CC0",
"authors": {
"Rafal Sroka": "rafal.sroka.it@gmail.com"
},
"social_media_url": "http://twitter.com/r3econ",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/r3econ/UIView-Animation-Extensions.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}