blob: dab9e7ffbe9ca783a587368122cbf0882cc4ddc4 [file] [log] [blame]
{
"name": "BayesClassifier",
"module_name": "BayesClassifier",
"version": "0.1",
"summary": "BayesClassifier 1.0",
"description": "BayesClassifier 1.0 implementation able to classify text intent",
"homepage": "https://github.com/m4rkusgage/Bayes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Gage": "markgage86@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/m4rkusgage/Bayes.git",
"tag": "v0.1"
},
"source_files": "BayesClassifier/BayesClassifier/**/*.{h,m}",
"requires_arc": true
}