blob: 5f41b9a12f4b54da692061b4bc041d57da1f89a3 [file] [log] [blame]
{
"name": "NotchKit",
"version": "0.4.2",
"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",
"swift_version": "4.0",
"source": {
"git": "https://github.com/HarshilShah/NotchKit.git",
"tag": "0.4.2"
},
"ios": {
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "UIKit"
},
"platforms": {
"ios": "8.0"
}
}