blob: 31a8291ec578449c9bf7e166da6897bafe7e1d90 [file] [log] [blame]
{
"name": "MotionInterchange",
"summary": "Motion interchange format.",
"version": "1.3.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": "v1.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
]
}