blob: 9807cf8e1c6e0bf3acd45ceb0373c93c9e7c03a7 [file] [log] [blame]
{
"name": "MotionTransitioning",
"summary": "Light-weight API for building UIViewController transitions.",
"version": "4.0.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": "v4.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}"
]
}