[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 1 / 3 / 2 / UIView+VMAnimations / 0.1.0 / UIView+VMAnimations.podspec.json
blob0bec19db59cfabbbb9309432629d6db64f997301
2   "name": "UIView+VMAnimations",
3   "version": "0.1.0",
4   "summary": "Lightweight category to add animations to UIView objects.",
5   "homepage": "https://github.com/valeriomazzeo/UIView-VMAnimations",
6   "license": "MIT",
7   "authors": {
8     "Valerio Mazzeo": "valerio.mazzeo@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/valeriomazzeo/UIView-VMAnimations.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "UIView-VMAnimations": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": "UIKit"