[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / d / e / 3 / Slauth / 0.7.7 / Slauth.podspec.json
blob2888ab87325aef0635d8827a0c253cd9f5989920
2   "name": "Slauth",
3   "version": "0.7.7",
4   "summary": "A Swift wrapper around Slauth Rust crate",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Devolutions/Slauth.git",
7   "license": {
8     "type": "MIT",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "Devolutions": "lfauvel@devolutions.net"
13   },
14   "source": {
15     "git": "https://github.com/Devolutions/Slauth.git",
16     "tag": "0.7.7"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "16.0"
21   },
22   "source_files": [
23     "wrappers/swift/classes/**/*",
24     "slauth.h"
25   ],
26   "vendored_libraries": [
27     "target/universal/release/*.a",
28     "target/x86_64-apple-io/release/*.a",
29     "target/aarch64-apple-ios/release/*.a"
30   ],
31   "swift_version": "5.0"