blob: 9170ea9ba9f3a7f22458641a423a3be94f5f103c [file] [log] [blame]
{
"name": "MZFormSheetController",
"version": "3.1.2",
"license": "MIT",
"summary": "Provides an alternative to the native iOS UIModalPresentationFormSheet.",
"homepage": "https://github.com/m1entus/MZFormSheetController",
"authors": "MichaƂ Zaborowski",
"source": {
"git": "https://github.com/m1entus/MZFormSheetController.git",
"tag": "3.1.2"
},
"default_subspecs": "Core",
"requires_arc": true,
"deprecated_in_favor_of": "MZFormSheetPresentationController",
"dependencies": {
"MZAppearance": [
]
},
"platforms": {
"ios": "6.1"
},
"frameworks": [
"QuartzCore",
"Accelerate"
],
"subspecs": [
{
"name": "Core",
"source_files": "MZFormSheetController/*.{h,m}"
}
]
}