[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 2 / 9 / Emojize / 6.0.9 / Emojize.podspec.json
blob530b13ae8df0d8d930da643b6b3d7f5db7dc71d1
2   "name": "Emojize",
3   "version": "6.0.9",
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.9"
17   },
18   "resources": [
19     "Resources/emoji.json"
20   ],
21   "source_files": "Emojize/**/*.swift",
22   "dependencies": {
23     "SwiftyJSON": [
25     ],
26     "Files": [
28     ],
29     "FootlessParser": [
31     ]
32   },
33   "pushed_with_swift_version": "3.1"