blob: a388e31859affb89546b179717416adf48e66fd2 [file] [log] [blame]
{
"name": "ZCPresentr",
"version": "1.3.2.12",
"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_versions": "4.0",
"source": {
"git": "https://github.com/eximpression/Presentr.git",
"tag": "1.3.2.12"
},
"source_files": "Presentr/**/*.{swift}",
"resources": "Presentr/**/*.{xib,ttf}",
"swift_version": "4.0"
}