blob: abc477cd354f48cb895134d5d03cb110ab3a1acf [file] [log] [blame]
{
"name": "StringUtils",
"version": "0.1.0",
"summary": "A library of extensions to Swift's String.",
"description": "A library of extensions to Swift's native String class encompassing numerous features the standard library lacks, and providing cleaner, neater API design for existing standard library features. Features include, but are not limited to: elegant regular expression handling, Python-style String slicing, using regular expressions to test whether a String is convertible to Int/Float/etc and automatically returning the numeric value.",
"homepage": "https://github.com/jmeggesto/StringUtils",
"license": "MIT",
"authors": {
"Jmeggesto": "jackie.meggesto@gmail.com"
},
"source": {
"git": "https://github.com/jmeggesto/StringUtils.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "StringUtils/Classes/**/*"
}