blob: 081cf1b566a206daa1383e00b7836674c19ad2dd [file] [log] [blame]
{
"name": "XCENoNotch",
"summary": "Make iPhone X notch elegantly disappear in your app.",
"version": "1.0.1",
"homepage": "https://XCEssentials.github.io/NoNotch",
"source": {
"git": "https://github.com/XCEssentials/NoNotch.git",
"tag": "1.0.1"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "Sources/NoNotch/**/*.swift",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}
}