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