blob: 89852379332e6f706e231c24405d299278987f38 [file] [log] [blame]
{
"name": "NSString+Emoji",
"version": "0.2.0",
"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": "0.2.0"
},
"platforms": {
"ios": null
},
"source_files": "NSString+Emoji.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}