blob: eefcfa6d60286e9907fbad7afb2f1e661d73ba9a [file] [log] [blame]
{
"name": "NSStringEmojize",
"version": "0.1.0",
"license": "Apache License, Version 2.0",
"summary": "A category on NSString to turn codes from Emoji Cheat Sheet (http://www.emoji-cheat-sheet.com/) into Unicode emoji characters.",
"homepage": "https://github.com/diy/nsstringemojize",
"authors": {
"Jon Beilin": "jon@diy.org"
},
"source": {
"git": "https://github.com/diy/NSStringEmojize.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": null
},
"source_files": "NSStringEmojize",
"requires_arc": true,
"frameworks": "UIKit"
}