blob: 7a4eae5b84a50ce157fc429579bbc63089d51527 [file] [log] [blame]
{
"name": "MZFormSheetPresentationController",
"version": "1.0.0",
"license": "MIT",
"summary": "MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet",
"homepage": "https://github.com/m1entus/MZFormSheetPresentationController",
"authors": "MichaƂ Zaborowski",
"source": {
"git": "https://github.com/m1entus/MZFormSheetPresentationController.git",
"tag": "1.0.0"
},
"requires_arc": true,
"dependencies": {
"MZAppearance": [
]
},
"source_files": "MZFormSheetPresentationController/*.{h,m}",
"platforms": {
"ios": "8.0"
},
"frameworks": "QuartzCore"
}