blob: d05162a72f3cb0b90f5de354ddd5308bebfd93ab [file] [log] [blame]
{
"name": "MZFormSheetController",
"version": "0.0.2",
"summary": "MZFormSheetController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone.",
"homepage": "https://github.com/m1entus/MZFormSheetController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MichaƂ Zaborowski": "m1entus@gmail.com"
},
"source": {
"git": "https://github.com/m1entus/MZFormSheetController.git",
"tag": "0.0.2"
},
"source_files": "MZFormSheetController/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": "QuartzCore",
"requires_arc": true
}