[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 2 / 0 / TimeNLP / 0.1.2.4 / TimeNLP.podspec.json
blob7c0ba3e04d022fb08ee7486acf7ad78cee89c95c
2   "name": "TimeNLP",
3   "version": "0.1.2.4",
4   "summary": "中文语句中的时间语义识别。即通过分析中文语句,识别出话语中提到的时间。供iOS使用.",
5   "description": "基于复旦大学的NPL,移植自java版本,简单来说就是丢进去一串字符串,抛出来一组时间,比如我去年买了个包,就抛出去年的今天。",
6   "homepage": "https://github.com/NagiYan/TimeNLP",
7   "license": {
8     "type": "GNU General Public License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nagi": "yxj@foxmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/NagiYan/TimeNLP.git",
19     "tag": "0.1.2.4"
20   },
21   "source_files": "NLP",
22   "requires_arc": true