blob: d8c531ddbf2359ac73db29e0483739e2c3c212fa [file] [log] [blame]
{
"name": "RZTransitions",
"version": "1.0",
"summary": "RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple.",
"description": " RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple.\n Features Include:\n * A comprehensive library of animation controllers\n * A comprehensive library of interaction controllers\n * Mix and match any animation controller with any interaction controller\n * A shared instance manager that helps wrap the iOS7 custom transition protocol to expose a friendlier API\n",
"homepage": "https://github.com/Raizlabs/RZTransitions",
"screenshots": "http://raw.github.com/Raizlabs/RZTransitions/master/Web/RZTransitionsDemo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Barnes": "stephen.barnes@raizlabs.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZTransitions.git",
"tag": "1.0.0"
},
"source_files": "RZTransitions/**/*.{h,m}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}