[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 1 / d / Pangu-Swift / 1.0 / Pangu-Swift.podspec.json
blob8f616736904211195b887fa423d59b1733d67a4a
2   "name": "Pangu-Swift",
3   "version": "1.0",
4   "summary": "Paranoid text spacing in Swift",
5   "description": "Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).",
6   "homepage": "https://github.com/X140Yu/pangu.Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "X140Yu": "zhaoxinyu1994@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/X140Yu/pangu.Swift.git",
19     "tag": "1.0"
20   },
21   "source_files": "Sources/*.swift",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "Tests/panguTests/*.swift"
27     }
28   ]