blob: b204877c09839109060a07475206975ef9cc5dac [file] [log] [blame]
{
"name": "Emoji-swift",
"version": "0.0.4",
"summary": "String extension converting to and from emoji character and Emoji Cheat Sheet string",
"homepage": "https://github.com/safx/emoji-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MATSUMOTO Yuji": "safxdev@gmail.com"
},
"source": {
"git": "https://github.com/safx/emoji-swift.git",
"tag": "0.0.4"
},
"module_name": "Emoji",
"source_files": "Emoji/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}