[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 4 / c / 6 / MotionAnimator / 3.0.0 / MotionAnimator.podspec.json
blob49bd42f5fcc852737ece8f8f80e65191f50940d1
2   "name": "MotionAnimator",
3   "summary": "A Motion Animator creates performant, interruptible animations from motion specs.",
4   "version": "3.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": "v3.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": [
23       "~> 2.0"
24     ]
25   }