[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / 7 / EmojiConstants / 0.0.1 / EmojiConstants.podspec.json
blobb5af0a34d16e4dd15b6afef059844425ad4d1f18
2   "name": "EmojiConstants",
3   "version": "0.0.1",
4   "summary": "A list of Emoji's as Swift string constants",
5   "description": "Ever wish you could use an Emoji in your code, but didn't want to go through the hassle of looking it up in a unicode character table? Me neither.  But in case the situation arises there's EmojiConstants, an exhaustive list of Emoji's represented as string constants.",
6   "homepage": "https://github.com/skyefreeman/EmojiConstants",
7   "license": "MIT",
8   "authors": {
9     "Skye Freeman": "skyefreeman@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/skyefreeman/EmojiConstants.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/ImSkyeFreeman",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "EmojiConstants": [
23       "Pod/Assets/*.png"
24     ]
25   }