[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 2 / 9 / Emojize / 6.0.10 / Emojize.podspec.json
blobb77a2d226845739b7c839617c39beade1689e0bf
2   "name": "Emojize",
3   "version": "6.0.10",
4   "summary": "Swift 3 emoji parser for String, NSAttributedString and NSMutableAttributedString.",
5   "description": "Swift 3 emoji parser for String, NSAttributedString and NSMutableAttributedString. It replaces sub strings on the form :emoji: with its corresponding emoji character. The emoji lookup table is taken from github/gemoji.",
6   "homepage": "https://github.com/oleander/Emojize",
7   "license": "MIT",
8   "authors": {
9     "Linus Oleander": "linus@oleander.io"
10   },
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/oleander/Emojize.git",
16     "tag": "6.0.10"
17   },
18   "resources": [
19     "Resources/emoji.json"
20   ],
21   "source_files": "Emojize/**/*.swift",
22   "dependencies": {
23     "JASON": [
25     ],
26     "FootlessParser": [
28     ]
29   },
30   "pushed_with_swift_version": "3.1"