[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 1 / 3 / NotchKit / 0.4.2 / NotchKit.podspec.json
blob5f41b9a12f4b54da692061b4bc041d57da1f89a3
2   "name": "NotchKit",
3   "version": "0.4.2",
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   "swift_version": "4.0",
16   "source": {
17     "git": "https://github.com/HarshilShah/NotchKit.git",
18     "tag": "0.4.2"
19   },
20   "ios": {
21     "source_files": "Sources/**/*.{h,swift}",
22     "frameworks": "UIKit"
23   },
24   "platforms": {
25     "ios": "8.0"
26   }