blob: df8a93bda69abb1d2bd167e13bb2f087cb3be72e [file] [log] [blame]
{
"name": "MTGenericSemimodalSegue",
"version": "0.0.5",
"summary": "A basic framework on which to build block-driven semimodal segues that play well with view controller containment",
"homepage": "https://github.com/mtrudel/MTGenericSemimodalSegue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mtrudel/MTGenericSemimodalSegue.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}