[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / e / f / XCENoNotch / 1.0.1 / XCENoNotch.podspec.json
blob081cf1b566a206daa1383e00b7836674c19ad2dd
2   "name": "XCENoNotch",
3   "summary": "Make iPhone X notch elegantly disappear in your app.",
4   "version": "1.0.1",
5   "homepage": "https://XCEssentials.github.io/NoNotch",
6   "source": {
7     "git": "https://github.com/XCEssentials/NoNotch.git",
8     "tag": "1.0.1"
9   },
10   "requires_arc": true,
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Maxim Khatskevich": "maxim@khatskevi.ch"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "source_files": "Sources/NoNotch/**/*.swift",
24     "dependencies": {
25       "SnapKit": [
26         "~> 4.0.0"
27       ]
28     }
29   }