[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 8 / b / NNPinyin / 1.0.1 / NNPinyin.podspec.json
blob493a659ce1b0c31d6f97d4a8ed9fad29c6dab9a7
2   "name": "NNPinyin",
3   "version": "1.0.1",
4   "summary": "汉字转拼音",
5   "description": "一个轻量级的Swift库,支持中文(简体和繁体)和拼音之间的转换。",
6   "homepage": "https://github.com/YiHuaXie/NNPinyin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "authors": {
15     "YiHuaXie": "xyh30902@163.com"
16   },
17   "source": {
18     "git": "https://github.com/YiHuaXie/NNPinyin.git",
19     "tag": "1.0.1"
20   },
21   "requires_arc": true,
22   "source_files": "NNPinyin/Classes/**/*",
23   "resource_bundles": {
24     "NNPinyin": [
25       "NNPinyin/Assets/*.txt"
26     ]
27   }