blob: a96a72d66a4ade75f8126cae41e1a75615de0e07 [file] [log] [blame]
{
"name": "PopupContainer",
"version": "0.0.3",
"summary": "A Popup container that shows any UIView as a UIAlertView, taking care of animations and positioning.",
"homepage": "https://github.com/lucaslt89/PopupContainer",
"license": "MIT",
"authors": {
"Lucas Diez de Medina @ Technopix": "lucas.diez@technopix.com.ar"
},
"source": {
"git": "https://github.com/lucaslt89/PopupContainer.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.swift",
"resource_bundles": {
"PopupContainer": [
"Pod/Assets/*.png"
]
}
}