[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / f / e / HJPinyinTransform / 1.1 / HJPinyinTransform.podspec.json
blobd53bdea279ea514686358e92f2d5025984c257c7
2   "name": "HJPinyinTransform",
3   "version": "1.1",
4   "swift_version": "4.0",
5   "summary": "A lightweight Swift library supporting convertion between Chinese(both Simplified and Tranditional) characters and Pinyin.",
6   "authors": {
7     "vjieshao": "461128269@qq.com"
8   },
9   "homepage": "https://github.com/vjieshao/HJPinyinTransform.git",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/vjieshao/HJPinyinTransform.git",
16     "tag": "1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": "HJPinyinTransform/**/*.swift",
23   "resources": [
24     "HJPinyinTransform/**/*.storyboard",
25     "HJPinyinTransform/**/*.xib",
26     "HJPinyinTransform/**/*.xcassets",
27     "HJPinyinTransform/**/*.lproj",
28     "HJPinyinTransform/**/*.txt"
29   ],
30   "requires_arc": true