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