blob: 7794a7c77f8678225aaa70b6a3415d5cf9a4a1e6 [file] [log] [blame]
{
"name": "MotionTransitioning",
"summary": "Light-weight API for building UIViewController transitions.",
"version": "3.2.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/transitioning-objc",
"source": {
"git": "https://github.com/material-motion/transitioning-objc.git",
"tag": "v3.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
]
}