[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 6 / MotionAnimator / 4.0.1 / MotionAnimator.podspec.json
blob087f2ad31a5a15c642a880a3c51e9881c1e525dd
2   "name": "MotionAnimator",
3   "summary": "A Motion Animator creates performant, interruptible animations from motion specs.",
4   "version": "4.0.1",
5   "authors": "The Material Motion Authors",
6   "license": "Apache 2.0",
7   "homepage": "https://github.com/material-motion/motion-animator-objc",
8   "source": {
9     "git": "https://github.com/material-motion/motion-animator-objc.git",
10     "tag": "v4.0.1"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "requires_arc": true,
16   "public_header_files": "src/*.h",
17   "source_files": [
18     "src/*.{h,m,mm}",
19     "src/private/*.{h,m,mm}"
20   ],
21   "dependencies": {
22     "MotionInterchange": [
23       "~> 3.0"
24     ]
25   }