blob: e7b4cdd14d35f500d20f5e58fd24b6a48e7f882e [file] [log] [blame]
{
"name": "Emoji-swift",
"version": "0.0.6",
"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.6"
},
"module_name": "Emoji",
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}