blob: fcbe5822d83b5747c2da2e305ea242e2fc5d477a [file] [log] [blame]
{
"name": "NSString+Emoji",
"version": "0.0.2",
"license": "MIT",
"summary": "NSString (Emoji) extends the NSString class to provide custom functionality related to the Emoji emoticons.",
"homepage": "https://github.com/valeriomazzeo/NSString-Emoji",
"authors": {
"Valerio Mazzeo": "valerio.mazzeo@gmail.com"
},
"source": {
"git": "https://github.com/valeriomazzeo/NSString-Emoji.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": null
},
"source_files": "NSString+Emoji.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}