blob: 73af1b668a9748a6ebcdd8d2f737f6e5ec993ed6 [file] [log] [blame]
{
"name": "DJSemiModalViewController",
"version": "0.1.3",
"summary": "Simple semi modal presentation dialog with stacked content.",
"description": "DJSemiModalViewController is a semi modal presentation dialog that grows with it´s added content. DJSemiModalViewController works for iPhone and iPad. The content is added to a UIStackView that is inside of an UIScrollView that adds scroll if needed. DJSemiModalViewController mimic the design of the standard NFC dialog on iPhone.",
"homepage": "https://github.com/davnag/DJSemiModalViewController",
"screenshots": "https://raw.githubusercontent.com/davnag/DJSemiModalViewController/master/screenshots_1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Jonsén": "jonsen.dev@outlook.com"
},
"source": {
"git": "https://github.com/davnag/DJSemiModalViewController.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source_files": "DJSemiModalViewController/Classes/**/*",
"swift_version": "4.0"
}