blob: 1cc74f466613bca26df856ed539552e185909b87 [file] [log] [blame]
{
"name": "PresentationSettings",
"version": "1.0.0",
"summary": "Configuration for UIViewController presentation.",
"homepage": "https://github.com/Meniny/SuperAlertController",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Elias Abel",
"source": {
"git": "https://github.com/Meniny/PresentationSettings.git",
"tag": "1.0.0"
},
"swift_version": "4.0",
"social_media_url": "https://meniny.cn/",
"source_files": "PresentationSettings/**/*.{swift}",
"resources": "PresentationSettings/**/*.{xib}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"description": "The configuration for UIViewController presentation.",
"module_name": "PresentationSettings"
}