[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 9 / BayesClassifier / 0.1 / BayesClassifier.podspec.json
blobdab9e7ffbe9ca783a587368122cbf0882cc4ddc4
2   "name": "BayesClassifier",
3   "module_name": "BayesClassifier",
4   "version": "0.1",
5   "summary": "BayesClassifier 1.0",
6   "description": "BayesClassifier 1.0 implementation able to classify text intent",
7   "homepage": "https://github.com/m4rkusgage/Bayes",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mark Gage": "markgage86@gmail.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/m4rkusgage/Bayes.git",
20     "tag": "v0.1"
21   },
22   "source_files": "BayesClassifier/BayesClassifier/**/*.{h,m}",
23   "requires_arc": true