[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 9 / 5 / SGPinyinSort / 0.1.2 / SGPinyinSort.podspec.json
blob205bce728b360fa6a049ebb74bfce73258cafdd2
2   "name": "SGPinyinSort",
3   "version": "0.1.2",
4   "summary": "Chinese pinyin sort",
5   "description": "a simple Chinese pinyin sort tool for iOS",
6   "homepage": "https://github.com/install-b/SGPingyinSort",
7   "license": "MIT",
8   "authors": {
9     "ShangenZhang": "645256685@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/install-b/SGPingyinSort.git",
16     "tag": "0.1.2"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "PinyinSort",
22       "frameworks": "Foundation",
23       "source_files": "SGPinyinSort/*.{h,m}",
24       "public_header_files": "SGPinyinSort/*.h"
25     },
26     {
27       "name": "PinyinSearch",
28       "dependencies": {
29         "SGPinyinSort/PinyinSort": [
31         ]
32       },
33       "frameworks": "Foundation",
34       "source_files": "SGPinYinSearch/*.{h,m,txt}",
35       "public_header_files": "SGPinYinSearch/*.h"
36     }
37   ]