blob: 575ff5d4003e38a78bb1344d5c96274e84c0b455 [file] [log] [blame]
{
"name": "MagicPresent",
"version": "1.0",
"summary": "A lightweight Swift wrapper for custom ViewController presentations on iOS",
"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/khuong291/MagicPresent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Khuong Pham": "dkhuong291@gmail.com"
},
"social_media_url": "http://twitter.com/khuong291",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/khuong291/MagicPresent.git",
"tag": "1.0"
},
"source_files": [
"MagicPresent",
"MagicPresent/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "4.0"
}