blob: 0fb66891d33e6499115a6134f3f1bd8dcea14518 [file] [log] [blame]
{
"name": "MMModalWebViewController",
"version": "0.1.0",
"summary": "Facebook-like WebViewController",
"homepage": "https://mammutmedia.eu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mammut-Felix",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/mammutmedia/MMModalWebViewController.git",
"tag": "0.1.0"
},
"social_media_url": "http://facebook.com/mammutmedia.eu",
"requires_arc": true,
"source_files": "Source/**/*.swift",
"dependencies": {
"PanModal": [
"~> 1.2.7"
]
},
"resources": [
"Resources/*",
"Source/**/*.xib"
],
"description": "MMModalWebViewController is an elegant and customizable ViewController to present a website on iOS.",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"swift_version": "5.2"
}