blob: 9180218f5fc58a79cdf7323f6fcfb02592b47106 [file] [log] [blame]
{
"name": "Voxosonus",
"swift_version": "4.2",
"version": "0.1.1",
"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.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,mlmodel}",
"Framework"
],
"exclude_files": "Sources/Exclude"
}