blob: 7a51601d0371a9fab1650e1a47fec269e2570951 [file] [log] [blame]
{
"name": "KJHUtility",
"version": "0.1.1",
"summary": "A small set of random utilities written in Swift.",
"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.",
"homepage": "https://github.com/KieranHarper/KJHUtility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kieran Harper": "kieranjharper@gmail.com"
},
"source": {
"git": "https://github.com/KieranHarper/KJHUtility.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KJHUtility/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}