blob: 5bfb0e616f57950b9adf99c7cc8e2d022d94078b [file] [log] [blame]
{
"name": "SearchEmojiOnString",
"version": "1.0.5",
"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.5",
"branch": "master"
},
"source_files": "SearchEmojiOnString-iOS/**/*.{h,m}",
"requires_arc": true
}