[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / UCCTransliteration / 1.0.1 / UCCTransliteration.podspec.json
blob143e7070edd98f910540cc25459c8131482dfa29
2   "name": "UCCTransliteration",
3   "version": "1.0.1",
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": "MIT",
8   "authors": {
9     "Ulas Can Cengiz": "ulas@progeek.co"
10   },
11   "social_media_url": "https://twitter.com/ulsc",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/ulsc/UCCTransliteration.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "UCCTransliteration.{h,m}",
20   "requires_arc": true