blob: 1947bf86976020fc23919df41e9f9e28890ad897 [file] [log] [blame]
{
"name": "JZToolKit",
"version": "0.11.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.11.0"
},
"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",
"resource_bundles": {
"JZToolKitModel": [
"JZToolKit/Assets/JZToolKitModel.xcdatamodeld"
]
},
"dependencies": {
"JZToolKit/Core": [
]
},
"frameworks": [
"UIKit",
"CoreData"
]
},
{
"name": "Experimental",
"source_files": "JZToolKit/Classes/Experimental/**/*.swift",
"dependencies": {
"JZToolKit/Core": [
]
},
"frameworks": "UIKit"
}
]
}