blob: 345a7036a828a6d149f25cf5180e5aa2929c0882 [file] [log] [blame]
{
"name": "Transitioning",
"summary": "Light-weight API for building UIViewController transitions.",
"version": "1.1.1",
"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": "v1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
],
"deprecated": true
}