Latest | 0.0.1 |
---|---|
Homepage | https://github.com/lihongli528628/HLHanZiToPinYin |
License | MIT |
Authors |
汉字转换成拼音,不受字母,符号的限制
// 转换成pinyin
- (NSString*)pinYin;
//获取拼音首字母
- (NSString*)firstCharactor;
Latest podspec
{ "name": "HLHanZiToPinYin", "version": "0.0.1", "summary": "u6c49u5b57u8f6cu6362u6210u62fcu97f3uff0cu4e0du6536u5b57u7b26u4e32uff0cu5b57u6bcdu7b49u5f71u54cd", "description": " A longer description of HLHanZiToPinYin in Markdown format.nn * Think: Why did you write this? What is the focus? What does it do?n * CocoaPods will be using this to generate tags, and improve search results.n * Try to keep it short, snappy and to the point.n * Finally, don't worry about the indent, CocoaPods strips it!n", "homepage": "https://github.com/lihongli528628/HLHanZiToPinYin", "license": "MIT", "authors": { "lihongli": "[email protected]" }, "source": { "git": "https://github.com/lihongli528628/HLHanZiToPinYin.git", "tag": "0.0.1" }, "source_files": [ "HLHanZiToPinYin/**", "Classes/**/*.{h,m}" ], "exclude_files": "Classes/Exclude" }
Sun, 06 Mar 2016 06:08:03 +0000