[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 0 / KJHUtility / 0.1.0 / KJHUtility.podspec.json
blob577d014680dd64132598515b7b076c41a8d18cd3
2   "name": "KJHUtility",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KJHUtility/Classes/**/*",
22   "frameworks": "Foundation",
23   "pushed_with_swift_version": "3.0"