blob: ffae51dfda24329e3ee1c293dee90a8df565d93f [file] [log] [blame]
{
"name": "Presentr",
"version": "1.2.1",
"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.2.1"
},
"source_files": "Presentr/**/*.{swift}",
"resources": "Presentr/**/*.{xib,ttf}",
"pushed_with_swift_version": "3.0"
}