[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 4 / c / 6 / MotionAnimator / 2.6.0 / MotionAnimator.podspec.json
blob112cabbd242bef0965d2a08f454b57e6119cbfcf
2   "name": "MotionAnimator",
3   "summary": "A Motion Animator creates performant, interruptible animations from motion specs.",
4   "version": "2.6.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.6.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       "~> 1.3"
24     ]
25   }