[Add] YIM 2.2.1
[CocoaPods.git] / Specs / a / c / 4 / Pangu / 0.1.1 / Pangu.podspec.json
blob7ffe912f6e0906f91bfb9af0fc80b7ec861ec942
2   "name": "Pangu",
3   "version": "0.1.1",
4   "summary": "Paranoid text spacing in Objective-C",
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/Cee/pangu.objective-c",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cee": "cee@chu2byo.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/Cee/pangu.objective-c.git",
20     "tag": "v0.1.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ]