blob: bbb08e59feba8bbbbfa7ea8bbde0733c13655b9a [file] [log] [blame]
{
"name": "SearchEmojiOnString",
"version": "1.0.6",
"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": "8.0"
},
"source": {
"git": "https://github.com/GabrielMassana/SearchEmojiOnString-iOS.git",
"tag": "1.0.6",
"branch": "master"
},
"source_files": "SearchEmojiOnString-iOS/**/*.{h,m}",
"requires_arc": true
}