[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / a / 2 / UIView+AnimationExtensions / 1.0.0 / UIView+AnimationExtensions.podspec.json
blob2035a343b3fbdfd7e07f64ac23cdea4f2d4b1d5f
2   "name": "UIView+AnimationExtensions",
3   "version": "1.0.0",
4   "summary": "UIView Animation Extensions is a useful category on UIView containing a set of most commonly used animations.",
5   "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",
6   "homepage": "http://wp.me/p4yiBH-wr",
7   "license": "CC0",
8   "authors": {
9     "Rafal Sroka": "rafal.sroka.it@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/r3econ",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/r3econ/UIView-Animation-Extensions.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true