blob: 7c00c9a8af49975d228a9fd42b501674752a3c47 [file] [log] [blame]
{
"name": "RZTransitions",
"version": "1.2",
"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.\nFeatures 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",
"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"
},
"social_media_url": "http://twitter.com/raizlabs",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZTransitions.git",
"tag": "1.2"
},
"source_files": "RZTransitions/**/*.{h,m,swift}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}