-
Notifications
You must be signed in to change notification settings - Fork 61
/
AcknowList.podspec.json
35 lines (35 loc) · 1.03 KB
/
AcknowList.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "AcknowList",
"version": "3.2.0",
"summary": "Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.",
"homepage": "https://github.com/vtourraine/AcknowList",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Vincent Tourraine": "[email protected]"
},
"source": {
"git": "https://github.com/vtourraine/AcknowList.git",
"tag": "3.2.0"
},
"source_files": "Sources/AcknowList/*.swift",
"osx": {
"exclude_files": ["Sources/AcknowList/AcknowViewController.swift", "Sources/AcknowList/AcknowListViewController.swift"]
},
"watchos": {
"exclude_files": ["Sources/AcknowList/AcknowViewController.swift", "Sources/AcknowList/AcknowListViewController.swift"]
},
"resource_bundles": {
"AcknowListBundle": ["Sources/AcknowList/Resources/**/*.lproj"]
},
"platforms": {
"ios": "13.0",
"tvos": "13.0",
"watchos": "7.0",
"osx": "10.15",
"visionos": "1.0"
},
"swift_version": "5.0"
}