blob: 7ffd6b6f990128fbcc5ca2ce498106f515039844 [file] [log] [blame]
{
"name": "StringMap",
"version": "0.1.0",
"summary": "StringMap is a String extension allowing a quicker way to match from an array of strings.",
"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.",
"homepage": "https://github.com/omarshariffathi/StringMap.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"omar sharif fathi": "omarshariffathi@hotmail.com"
},
"source": {
"git": "https://github.com/omarshariffathi/StringMap.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "StringMap/Classes/**/*",
"pushed_with_swift_version": "3.0"
}