[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 4 / 1 / d / ZSMEmoji / 1.0.0 / ZSMEmoji.podspec.json
blob8d6075dbc93a551aaabfe731af696f6c049b8afb
2   "name": "ZSMEmoji",
3   "version": "1.0.0",
4   "summary": "处理字符串中的emoji",
5   "description": "处理字符串中的emoji,避免上传数据服务器无法处理的情况(比如直接获取微信昵称作为用户名称)。",
6   "homepage": "https://github.com/ZSMSimon/ZSMEmoji",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simon": "18320832089@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ZSMSimon/ZSMEmoji.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "source_files": "NSString+ZSMEmoji/*.{h,m}"