[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / d / c / StringUtils / 0.1.4 / StringUtils.podspec.json
blob2a367fcb3c5b4e1c2459d504761f22d9d67aa4c4
2   "name": "StringUtils",
3   "version": "0.1.4",
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",
7   "license": "MIT",
8   "authors": {
9     "Jmeggesto": "jackie.meggesto@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Jmeggesto/StringUtils.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "StringUtils/Classes/**/*"