blob: b600cb7b5af7b12737a86b639fb02aca16338b5c [file] [log] [blame]
{
"name": "MaterialMotionRuntime",
"summary": "Material Motion Runtime for Apple Devices",
"version": "5.0.0",
"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": "v5.0.0"
},
"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
}