[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 5 / 1 / YSMChineseSort / 0.1.1 / YSMChineseSort.podspec.json
blob6e5dbdf61e4a06f548790c8b12b0895cd1e37761
2   "name": "YSMChineseSort",
3   "version": "0.1.1",
4   "summary": "YSMChineseSort as Contacts array",
5   "description": "                        1、chinese simple sort;\n                        2、return titleArray for UITableView section title;\n                        3、return rowArray for UITableViewCell info.\n",
6   "homepage": "https://github.com/Cain1127/YSMChineseSort",
7   "license": "MIT",
8   "authors": {
9     "ysmeng": "49427823@163.com"
10   },
11   "source": {
12     "git": "https://github.com/Cain1127/YSMChineseSort.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "YSMChineseSort": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "PinYin4Objc": [
27       "~> 1.1.1"
28     ]
29   }