blob: 1870442a41f651d0d0cdfad21b77276ee03d82f1 [file] [log] [blame]
{
"name": "MotionAnimator",
"summary": "A Motion Animator creates performant, interruptible animations from motion specs.",
"version": "2.5.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/motion-animator-objc",
"source": {
"git": "https://github.com/material-motion/motion-animator-objc.git",
"tag": "v2.5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
],
"dependencies": {
"MotionInterchange": [
"~> 1.3"
]
}
}