blob: a80e3eaa52e3648e4d6f3edf3d2d9419dc0289f5 [file] [log] [blame]
{
"name": "Pangu",
"version": "0.2.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": "LICENSE"
},
"authors": {
"Cee": "cee@chu2byo.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Cee/pangu.objective-c.git",
"tag": "v0.2.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}