blob: 5e560aac860b7e26fa0b3c1c66e8ea2cd262a4b5 [file] [log] [blame]
{
"name": "JZToolKit",
"version": "0.9.2",
"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.9.2"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": [
"Core",
"CoreData"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "JZToolKit/Classes/Core/**/*.swift",
"frameworks": "UIKit"
},
{
"name": "CoreData",
"source_files": "JZToolKit/Classes/CoreData/**/*.swift",
"frameworks": [
"UIKit",
"CoreData"
]
},
{
"name": "Experimental",
"source_files": "JZToolKit/Classes/Experimental/**/*.swift",
"dependencies": {
"JZToolKit/Core": [
]
},
"frameworks": "UIKit"
}
]
}