blob: 60e94f3ea69e750f6d34f88b2a58d49df178d15a [file] [log] [blame]
{
"name": "PopupContainer",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.swift",
"resource_bundles": {
"PopupContainer": [
"Pod/Assets/*.png"
]
}
}