[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / d / a / 0 / KJHUtility / 0.1.1 / KJHUtility.podspec.json
blob7a51601d0371a9fab1650e1a47fec269e2570951
2   "name": "KJHUtility",
3   "version": "0.1.1",
4   "summary": "A small set of random utilities written in Swift.",
5   "description": "This is a small set of random utilities written in Swift. I plan to add more stuff here as I move some of my general reusable classes into Swift. The idea is this collection is platform agnostic however I typically only work on iOS so whether they're good for macOS or linux would require some testing.",
6   "homepage": "https://github.com/KieranHarper/KJHUtility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kieran Harper": "kieranjharper@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/KieranHarper/KJHUtility.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KJHUtility/Classes/**/*",
22   "frameworks": "Foundation",
23   "pushed_with_swift_version": "3.0"