[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 1 / 3 / NotchKit / 0.1.1 / NotchKit.podspec.json
blob162eda3ff241ef634e8fbfcffef23c99a7acf2c5
2   "name": "NotchKit",
3   "version": "0.1.1",
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.1"
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"