blob: dc45e8335ef32a72627c5ef4ea9a1c23444faa08 [file] [log] [blame]
{
"name": "SearchEmojiOnString",
"version": "1.0.7",
"summary": "Category to search emojis on an NSString. The category allows to check if has emojis, the number of emojis and the range of the emojis.",
"homepage": "https://github.com/GabrielMassana",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Gabriel Massana": "gabrielmassana@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/GabrielMassana/SearchEmojiOnString-iOS.git",
"tag": "1.0.7",
"branch": "master"
},
"source_files": "SearchEmojiOnString-iOS/**/*.{h,m}",
"requires_arc": true
}