[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / d / GPTEncoder / 1.0.3 / GPTEncoder.podspec.json
blob38ec526a84525d7247b36be9c8a48f85d355a327
2   "name": "GPTEncoder",
3   "version": "1.0.3",
4   "summary": "A programmatic interface for tokenizing text for OpenAI GPT API.",
5   "description": "You can use the tool below to understand how a piece of text would be tokenized by the API, and the total count of tokens in that piece of text.",
6   "homepage": "https://github.com/alfianlosari/GPTEncoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alfianlosari": "alfianlosari@gmail.com"
13   },
14   "social_media_url": "https://github.com/alfianlosari",
15   "swift_versions": [
16     "5.5"
17   ],
18   "source": {
19     "git": "https://github.com/alfianlosari/GPTEncoder.git",
20     "tag": "1.0.3"
21   },
22   "source_files": [
23     "Sources/GPTEncoder/**/*.swift"
24   ],
25   "resource_bundles": {
26     "GPTEncoder_GPTEncoder": [
27       "Sources/GPTEncoder/Resources/vocab.bpe",
28       "Sources/GPTEncoder/Resources/encoder.json"
29     ]
30   },
31   "platforms": {
32     "ios": "12.0",
33     "osx": "10.13"
34   },
35   "requires_arc": true,
36   "swift_version": "5.5"