[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 1 / 3 / NotchKit / 0.1.0 / NotchKit.podspec.json
blob0ca8e66425b74fe0913386617d5886b60f685aed
2   "name": "NotchKit",
3   "version": "0.1.0",
4   "summary": "One line to hide the iPhone X notch",
5   "description": "A UIWindow subclass to limit your iOS apps to a roundrect frame",
6   "homepage": "https://github.com/HarshilShah/NotchKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Harshil Shah": "harshilshah1910@me.com"
13   },
14   "social_media_url": "https://twitter.com/HarshilShah1910",
15   "source": {
16     "git": "https://github.com/HarshilShah/NotchKit.git",
17     "tag": "0.1.0"
18   },
19   "ios": {
20     "source_files": "Sources/**/*.{h,swift}",
21     "frameworks": "UIKit"
22   },
23   "platforms": {
24     "ios": "11.0"
25   },
26   "pushed_with_swift_version": "3.0"