blob: a4464cc4ab5aea6951007a58244b4d31564c0e58 [file] [log] [blame]
{
"name": "StringUtils",
"version": "0.3.0",
"summary": "A library of extensions to Swift's String.",
"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.",
"homepage": "https://github.com/Jmeggesto/StringUtils.git",
"license": "MIT",
"authors": {
"Jmeggesto": "jackie.meggesto@gmail.com"
},
"source": {
"git": "https://github.com/Jmeggesto/StringUtils.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "StringUtils/Classes/**/*"
}