[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / d / e / 3 / Slauth / 0.7.6 / Slauth.podspec.json
blob87cbf836d042af77423db3e6c23ffd87b2f343a6
2   "name": "Slauth",
3   "version": "0.7.6",
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.6"
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"