[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 7 / a / MVBouncyView / 1.0.0 / MVBouncyView.podspec.json
blobabad514108f93a30369eadb18a583c4240f93e51
2   "name": "MVBouncyView",
3   "version": "1.0.0",
4   "summary": "UIView category providing bouncing functionality ",
5   "description": "                    This project includes a simple UIView Category that can be used to add bouncing animations to your UIViews.\n",
6   "homepage": "https://github.com/bizz84/MVBouncyView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Andrea Bizzotto": "bizz84@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bizz84/MVBouncyView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "UIView+MVBouncing/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreGraphics"
26   ],
27   "requires_arc": true