blob: 8f616736904211195b887fa423d59b1733d67a4a [file] [log] [blame]
{
"name": "Pangu-Swift",
"version": "1.0",
"summary": "Paranoid text spacing in Swift",
"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).",
"homepage": "https://github.com/X140Yu/pangu.Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"X140Yu": "zhaoxinyu1994@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/X140Yu/pangu.Swift.git",
"tag": "1.0"
},
"source_files": "Sources/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/panguTests/*.swift"
}
]
}