blob: 600d6af151027f176bd232e53ccd9bba76ee568a [file] [log] [blame]
{
"name": "QCViewControllerTransition",
"version": "0.0.1",
"summary": "this is an view controller transition category.",
"description": " this is an view controller transition category.\n\t\t you can transition from a rect.\n",
"homepage": "https://github.com/NicolasKim/QCViewControllerTransition",
"license": "MIT",
"authors": {
"Nicolas": "jinqiucheng1006@live.cn"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/NicolasKim/QCViewControllerTransition.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "QCViewControllerTransition/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}