| { |
| "name": "StringUtils", |
| "version": "0.2.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", |
| "license": "MIT", |
| "authors": { |
| "Jmeggesto": "jackie.meggesto@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Jmeggesto/StringUtils.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "StringUtils/Classes/**/*" |
| } |