blob: 0ca8e66425b74fe0913386617d5886b60f685aed [file] [log] [blame]
{
"name": "NotchKit",
"version": "0.1.0",
"summary": "One line to hide the iPhone X notch",
"description": "A UIWindow subclass to limit your iOS apps to a roundrect frame",
"homepage": "https://github.com/HarshilShah/NotchKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Harshil Shah": "harshilshah1910@me.com"
},
"social_media_url": "https://twitter.com/HarshilShah1910",
"source": {
"git": "https://github.com/HarshilShah/NotchKit.git",
"tag": "0.1.0"
},
"ios": {
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "UIKit"
},
"platforms": {
"ios": "11.0"
},
"pushed_with_swift_version": "3.0"
}