blob: 7b838bc5ad4389832307755c62ab091db9532fc2 [file] [log] [blame]
{
"name": "Voxosonus",
"swift_version": "4.2",
"version": "0.1.0",
"summary": "Swift Text-Based Machine Learning for Humans",
"description": "\"A library to support developers' efforts in using Machine Learning in their iOS apps. Support for 12.x and upward.\"",
"homepage": "https://github.com/HeercoGrond/Voxosonus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HeercoGrond": "heercogrond@live.nl"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/HeercoGrond/Voxosonus.git",
"tag": "0.1.0"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,mlmodel}"
],
"exclude_files": "Sources/Exclude"
}