[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / a / 2 / UIView+AnimationExtensions / 2.0.1 / UIView+AnimationExtensions.podspec.json
blob4e5448238f3bd190129430a46afd69ff74925f71
2   "name": "UIView+AnimationExtensions",
3   "version": "2.0.1",
4   "summary": "A useful UIView category containing a set of most commonly used animations",
5   "description": "A useful UIView category containing a set of most commonly used animations like rotation, flip, shake and others.\nIt is designed to be as easy to use and integrate as possible with a goal to speed up everyday development tasks. All the methods are well documented and described. \nThe category comes along with a small demo project where you can see the animations in action.",
6   "homepage": "https://github.com/r3econ/animation-extensions",
7   "documentation_url": "https://github.com/r3econ/animation-extensions",
8   "license": "CC0",
9   "authors": {
10     "RafaƂ Sroka": "r4ffal@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/r3econ",
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/r3econ/animation-extensions.git",
18     "tag": "v2.0.1"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "requires_arc": true