blob: 51ef17f991fdb7d4f96d5d78db8fe2fd70a4f218 [file] [log] [blame]
{
"name": "JZToolKit",
"version": "0.2.0",
"summary": "Tools for common Swift functions and helpers.",
"description": "This frameworks consolidates a lot of repeated Swift code to use in\nall Swift related projects. This should help with Swift version changes\ngoing forward.",
"homepage": "https://github.com/jzucker2/JZToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jzucker2": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/JZToolKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JZToolKit/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}