[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 2 / 0 / TimeNLP / 0.1.2.5 / TimeNLP.podspec.json
blob332389673ac369e48892d7bb02952d78dd4c76dc
2   "name": "TimeNLP",
3   "version": "0.1.2.5",
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.5"
20   },
21   "source_files": "TimeNLP/nlp",
22   "requires_arc": true