[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 2 / e / 8 / NSString-SlackEmoji / 0.1.0 / NSString-SlackEmoji.podspec.json
blob84669b934c486c97e29d51f04d67fca1264c50aa
2   "name": "NSString-SlackEmoji",
3   "version": "0.1.0",
4   "summary": "An NSString category",
5   "description": "An NSString category for parsing Slacks readable format emoji to unicode format so that NSString is able to display the actual emoji.",
6   "homepage": "https://github.com/ShaunakP/NSString-SlackEmoji",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ShaunakP": "shaunak.patel@marutitech.com"
13   },
14   "source": {
15     "git": "https://github.com/ShaunakP/NSString-SlackEmoji.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "NSString+SlackEmoji.{h,m}",
23     "Resources/Emojis.json"
24   ]