blob: 736f736b9a98da18b4397be90e6c6ad3fe1d296b [file] [log] [blame]
{
"name": "MaterialMotionCoreAnimationFamily",
"summary": "Core Animation Material Motion Family",
"version": "1.0.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/material-motion-family-coreanimation-swift",
"source": {
"git": "https://github.com/material-motion/material-motion-family-coreanimation-swift.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"src/*.{swift}",
"src/private/*.{swift}"
],
"dependencies": {
"MaterialMotionRuntime": [
"~> 4.0"
]
},
"deprecated": true
}