blob: 1ff403cd67ff46bf1518ea3daf004623d2d3d783 [file] [log] [blame]
{
"name": "STPTransitions",
"version": "0.0.1",
"summary": "Unified, easy API for custom iOS view controller transitioning.",
"homepage": "http://github.com/stepanhruda/STPTransitions",
"license": "MIT",
"authors": {
"Stepan Hruda": "stepan.hruda@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/stepanhruda/STPTransitions.git",
"tag": "0.0.1"
},
"source_files": "Core/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}