[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 2 / 1 / StringMap / 0.1.0 / StringMap.podspec.json
blob7ffd6b6f990128fbcc5ca2ce498106f515039844
2   "name": "StringMap",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "omar sharif fathi": "omarshariffathi@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/omarshariffathi/StringMap.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "StringMap/Classes/**/*",
22   "pushed_with_swift_version": "3.0"