blob: 54f5cd5ec66f834fb903968e3fe1f0f22c9f4468 [file] [log] [blame]
{
"name": "Presentr",
"version": "1.9",
"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/icalialabs/Presentr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Lozano": "dan@danielozano.com"
},
"social_media_url": "http://twitter.com/danlozanov",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/icalialabs/Presentr.git",
"tag": "1.9"
},
"source_files": "Presentr/**/*.{swift}",
"resources": "Presentr/**/*.{xib,ttf}"
}