blob: 917f143eb4cde6414a31451386c0e3b2333482ed [file] [log] [blame]
{
"name": "Presentr",
"version": "0.1.6",
"summary": "A simple Swift wrapper for typical custom view controller presentations.",
"description": "A micro framework created in Swift. 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": "0.1.6"
},
"source_files": "Presentr/**/*.{swift}",
"resources": "Presentr/**/*.{xib,ttf}"
}