4 "summary": "StringMap is a String extension allowing a quicker way to match from an array of strings.",
5 "description": "TODO: The purpose of this library is to provide a basic String matching functionality without using regular expressions. In case we need a quicker solution, specially\nif we have huve arrays to compare with repeatedly we can really benefit from this a lot by keeping the data of the array in an open representation till we finish matching.",
6 "homepage": "https://github.com/omarshariffathi/StringMap.git",
12 "omar sharif fathi": "omarshariffathi@hotmail.com"
15 "git": "https://github.com/omarshariffathi/StringMap.git",
21 "source_files": "StringMap/Classes/**/*",
22 "pushed_with_swift_version": "3.0"