blob: 840ee40840725652bc719eccf831499a9b9226d5 [file] [log] [blame]
{
"name": "NgEmojiMap",
"version": "1.0",
"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.0"
},
"source_files": "NgEmojiMap/*.{h,m}",
"resources": "NgEmojiMap/NgEmojiMap.bundle",
"frameworks": "Foundation",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}