blob: b5af0a34d16e4dd15b6afef059844425ad4d1f18 [file] [log] [blame]
{
"name": "EmojiConstants",
"version": "0.0.1",
"summary": "A list of Emoji's as Swift string constants",
"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.",
"homepage": "https://github.com/skyefreeman/EmojiConstants",
"license": "MIT",
"authors": {
"Skye Freeman": "skyefreeman@icloud.com"
},
"source": {
"git": "https://github.com/skyefreeman/EmojiConstants.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/ImSkyeFreeman",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EmojiConstants": [
"Pod/Assets/*.png"
]
}
}