[Add] TradeInFatFramework 1.7.105
[CocoaPods.git] / Specs / d / e / 3 / Slauth / 0.7.9 / Slauth.podspec.json
blobcd4cf2225d02fe89b0e0f7e2a6d485df19f0faf3
2   "name": "Slauth",
3   "version": "0.7.9",
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.9"
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"