blob: fc93a24e6c7e67ab3d8b384c90f524ceed94f67a [file] [log] [blame]
{
"name": "MotionInterchange",
"summary": "Motion interchange format.",
"version": "2.0.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/motion-interchange-objc",
"source": {
"git": "https://github.com/material-motion/motion-interchange-objc.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
]
}