blob: 41faed68b6ff506471e8f8b267cb1a9b5d8e9ca0 [file] [log] [blame]
{
"name": "MaterialMotionRuntime",
"summary": "Material Motion Runtime for Apple Devices",
"version": "3.0.1",
"authors": "The Material Motion Authors.",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/material-motion-runtime-objc",
"source": {
"git": "https://github.com/material-motion/material-motion-runtime-objc.git",
"tag": "v3.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"private_header_files": "src/private/*.h",
"source_files": [
"src/*.{h,m}",
"src/private/*.{h,m}"
],
"header_mappings_dir": "src",
"deprecated": true
}