4 "summary": "A library of extensions to Swift's String.",
5 "description": "A library of extensions to Swift's native String class\nencompassing numerous features the standard library lacks,\nand providing cleaner, neater API design for existing standard library features.\nFeatures include, but are not limited to: elegant regular expression handling,\nPython-style String slicing, using regular expressions to test\nwhether a String is convertible to Int/Float/etc and automatically\nreturning the numeric value.",
6 "homepage": "https://github.com/Jmeggesto/StringUtils.git",
9 "Jmeggesto": "jackie.meggesto@gmail.com"
12 "git": "https://github.com/Jmeggesto/StringUtils.git",
18 "source_files": "StringUtils/Classes/**/*"