[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / c / 5 / UCCTransliteration / 1.0 / UCCTransliteration.podspec.json
blobf73067779d76d1ac405f63118ed787bb2452d65d
2   "name": "UCCTransliteration",
3   "version": "1.0",
4   "summary": "Clean and focused Transliteration class for Objective-C.",
5   "description": "                   ###Usage\n\n                   * #import \"UCCTransliteration.h\"\n\n                   * UCCTransliteration *u = [UCCTransliteration new];\n\n                   * [u transliterate:@\"большой рамки\"] // returns \"BOLSHOI RAMKI\"\n                   * [u transliterate:@\"μεγάλη πλαίσιο\"] // returns \"megali plaisio\"\n                   * [u transliterate:@\"Fıstıkçı Şahap\"] // returns \"Fistikci Sahap\"\n\n                   UCCTransliterationSwift is created by Ulas Can Cengiz and sponsored by ProGeek Software.\n",
6   "homepage": "http://progeek.co",
7   "license": {
8     "type": "GPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ulas Can Cengiz": "ulas@progeek.co"
13   },
14   "social_media_url": "https://twitter.com/ulsc",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/ulsc/UCCTransliteration.git",
20     "tag": "1.0"
21   },
22   "source_files": "UCCTransliteration.{h,m}",
23   "requires_arc": true