[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / 2 / AcknowList / 3.1.0 / AcknowList.podspec.json
blob7bacda67d0b2e98adb8571d534fe9c1c17477554
2   "name": "AcknowList",
3   "version": "3.1.0",
4   "summary": "Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.",
5   "homepage": "https://github.com/vtourraine/AcknowList",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Vincent Tourraine": "me@vtourraine.net"
12   },
13   "source": {
14     "git": "https://github.com/vtourraine/AcknowList.git",
15     "tag": "3.1.0"
16   },
17   "source_files": "Sources/AcknowList/*.swift",
18   "osx": {
19     "exclude_files": [
20       "Sources/AcknowList/AcknowViewController.swift",
21       "Sources/AcknowList/AcknowListViewController.swift"
22     ]
23   },
24   "watchos": {
25     "exclude_files": [
26       "Sources/AcknowList/AcknowViewController.swift",
27       "Sources/AcknowList/AcknowListViewController.swift"
28     ]
29   },
30   "resource_bundles": {
31     "AcknowListBundle": [
32       "Sources/AcknowList/Resources/**/*.lproj"
33     ]
34   },
35   "platforms": {
36     "ios": "13.0",
37     "tvos": "13.0",
38     "watchos": "7.0",
39     "osx": "10.15"
40   },
41   "swift_version": "5.0"