blob: a60d97954577bf81fc0d85dc11c1d9e8cfbb6931 [file] [log] [blame]
{
"name": "STPTransitions",
"version": "0.0.2",
"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.2"
},
"source_files": "Core/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}