blob: 41e622fabc51c3dc4820c1335e7e1658dcf10588 [file] [log] [blame]
{
"name": "Presentr",
"version": "1.3",
"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": "8.0"
},
"source": {
"git": "https://github.com/icalialabs/Presentr.git",
"tag": "1.3"
},
"source_files": "Presentr/**/*.{swift}",
"resources": "Presentr/**/*.{xib,ttf}",
"pushed_with_swift_version": "4.0"
}