blob: 53c34c69d920158a334990ec6d88b011a5f7c4bc [file] [log] [blame]
{
"name": "MZFormSheetController",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "MZFormSheetController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MZAppearance": [
"~> 1.0.0"
]
},
"platforms": {
"ios": "5.0"
},
"frameworks": "QuartzCore"
}