blob: 164ea4c3f35d289b558b17e0ba9a1c435911e663 [file] [log] [blame]
{
"name": "ZCPresentr",
"version": "1.3.2.11",
"summary": "A simple Swift wrapper for custom view controller presentations.",
"description": "Simplifies creating custom view controller presentations. Specially the typical ones we use which are a popup, an alert, or a any non-full-screen modal. Abstracts having to deal with custom presentation controllers and transitioning delegates",
"homepage": "http://github.com/eximpression/Presentr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eximpression": "ex_impression@hotmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/eximpression/Presentr.git",
"tag": "1.3.2.11"
},
"source_files": "Presentr/**/*.{swift}",
"resources": "Presentr/**/*.{xib,ttf}"
}