blob: f8958371068c78819dcbde92104846b0330ce0dc [file] [log] [blame]
{
"name": "KotzUtils",
"version": "0.1.0",
"summary": "A series of utilities prefered by myself usefull for making a Swift iOS app very quickly",
"description": "Contained in this Cocoapod are a bunch of tools I (John Kotz) find very usefull for creating Swift iOS apps quickly and efficiently. Feel free to use my code so your app can be more efficient and effective.",
"homepage": "https://github.com/johnlev/KotzUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnlev": "john.lyme@mac.com"
},
"source": {
"git": "https://github.com/johnlev/KotzUtils.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "KotzUtils/Classes/**/*",
"swift_version": "4.0",
"frameworks": "UIKit",
"dependencies": {
"FutureKit": [
],
"EmitterKit": [
]
}
}