[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / f / a / klStringUtilities / 1.0.0 / klStringUtilities.podspec.json
blobf8ca19d0a4f5fe350d91be8b7abdffc441385ad8
2   "name": "klStringUtilities",
3   "version": "1.0.0",
4   "summary": "A small set of Swift string utilities and shortcuts.",
5   "description": "This is a small set of Swift 3.0 based string utilities providing some simple\nshortcuts and conveniences that, well, I found useful. Maybe you will, too.\nHowever, the primary use of this pod at first will be to support a couple of\nbigger ones coming after it.",
6   "homepage": "https://github.com/kenlaws/klStringUtilities",
7   "license": "MIT",
8   "authors": {
9     "Ken Laws": "pods@kenlaws.com"
10   },
11   "social_media_url": "https://twitter.com/kenlaws",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/kenlaws/klStringUtilities.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "frameworks": "UIKit",
25   "pushed_with_swift_version": "3.0"