[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / f / KotzUtils / 0.1.0 / KotzUtils.podspec.json
blobf8958371068c78819dcbde92104846b0330ce0dc
2   "name": "KotzUtils",
3   "version": "0.1.0",
4   "summary": "A series of utilities prefered by myself usefull for making a Swift iOS app very quickly",
5   "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.",
6   "homepage": "https://github.com/johnlev/KotzUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "johnlev": "john.lyme@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/johnlev/KotzUtils.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "KotzUtils/Classes/**/*",
22   "swift_version": "4.0",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "FutureKit": [
27     ],
28     "EmitterKit": [
30     ]
31   }