[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / c / 6 / MotionAnimator / 2.0.0 / MotionAnimator.podspec.json
blob6faa158407d033c62288b454f3c3b3b3a370f3cc
2   "name": "MotionAnimator",
3   "summary": "A Motion Animator creates performant, interruptible animations from motion specs.",
4   "version": "2.0.0",
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": "v2.0.0"
11   },
12   "platforms": {
13     "ios": "8.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": [
24     ]
25   }