[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / d / NotionSwift / 0.6.0 / NotionSwift.podspec.json
blob202a25515c13882d9c010ec3eba95cfd27968a03
2   "name": "NotionSwift",
3   "version": "0.6.0",
4   "summary": "Unofficial Notion SDK for iOS & macOS.",
5   "homepage": "https://github.com/chojnac/NotionSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wojciech Chojnacki": "me@chojnac.com"
12   },
13   "source": {
14     "git": "https://github.com/chojnac/NotionSwift.git",
15     "tag": "0.6.0"
16   },
17   "swift_versions": "5.3",
18   "source_files": [
19     "Sources/NotionSwift/**/*"
20   ],
21   "platforms": {
22     "ios": "11.0",
23     "osx": "10.13"
24   },
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "frameworks": "AppKit"
30   },
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "source_files": [
36         "Tests/NotionSwiftTests/**/*"
37       ]
38     }
39   ],
40   "swift_version": "5.3"