blob: 398188db47b9054fc623d7e942a5b8c89c609a02 [file] [log] [blame]
{
"name": "Slauth",
"version": "0.4.5",
"summary": "A Swift wrapper aroud Slauth Rust crate",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/richerarc/SlauthPods.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"richerarc": "richer.arc@gmail.com"
},
"source": {
"git": "https://github.com/richerarc/SlauthPods.git",
"tag": "0.4.5"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Slauth/Classes/**/*",
"Slauth/Headers/*.h"
],
"vendored_libraries": "Slauth/Rust/*.a"
}