blob: f0260b2e68bc50a552f9aac7be1225c6af73b943 [file] [log] [blame]
{
"name": "NgEmojiMap",
"version": "1.1",
"summary": "A simple objective-c class that encapsulates emoji-alias mapping (mapping from github/gemoji).",
"homepage": "https://github.com/meiwin/NgEmojiMap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/NgEmojiMap.git",
"tag": "v1.1"
},
"source_files": "NgEmojiMap/*.{h,m}",
"resources": "NgEmojiMap/NgEmojiMap.bundle",
"frameworks": "Foundation",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}