blob: 2ea0b862b78748d2d16691e83f8e8c6ee12dd5a1 [file] [log] [blame]
{
"name": "Pangu",
"version": "0.1",
"summary": "Paranoid text spacing in Objective-C",
"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/Cee/pangu.objective-c",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Cee": "cee@chu2byo.com"
},
"source": {
"git": "https://github.com/Cee/pangu.objective-c.git",
"tag": "v0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}